(id)
| 134 | } |
| 135 | |
| 136 | async has(id) { |
| 137 | const hasSession = await chrome.storage.session.getBytesInUse(id); |
| 138 | return this.map.has(id) && hasSession; |
| 139 | } |
| 140 | } |
| 141 | |
| 142 | export async function createController(type, port, eventCache) { |
no outgoing calls
no test coverage detected