* Disconnect port
()
| 93 | * Disconnect port |
| 94 | */ |
| 95 | disconnect() { |
| 96 | if (this._port) { |
| 97 | this._port.disconnect(); |
| 98 | } |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * We can detect an uninstall event if the field chrome.runtime.id is cleared |
no outgoing calls
no test coverage detected