definitelytyped-firefox-webext-browser
definitelytyped-firefox-webext-browser copied to clipboard
runtime.getBackgroundPage return value can resolve to `null`
According to MDN, the browser.runtime.getBackgroundPage function returns a promise that may resolve to null when called from a private window. Perhaps it should be added to overrides.ts.