MCPcopy Index your code
hub / github.com/darkreader/darkreader / waitForStartup

Method waitForStartup

tests/browser/environment.js:57–61  ·  view source on GitHub ↗

* @returns {Promise }

()

Source from the content-addressed store, hash-verified

55 * @returns {Promise<void>}
56 */
57 async waitForStartup() {
58 if (!this.extensionOrigin) {
59 return new Promise((ready) => this.extensionStartListeners.push(ready));
60 }
61 }
62
63 /**
64 * @returns {Promise<Browser>}

Callers 2

launchBrowserMethod · 0.95
getURLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected