()
| 642 | } |
| 643 | |
| 644 | destroy() { |
| 645 | console.log("destroy win", this.waveWindowId); |
| 646 | this.deleteAllowed = true; |
| 647 | super.destroy(); |
| 648 | } |
| 649 | } |
| 650 | |
| 651 | export function getWaveWindowByTabId(tabId: string): WaveBrowserWindow { |
no outgoing calls
no test coverage detected