definitelytyped-firefox-webext-browser icon indicating copy to clipboard operation
definitelytyped-firefox-webext-browser copied to clipboard

runtime.getBackgroundPage return value can resolve to `null`

Open JimDanner opened this issue 2 years ago • 0 comments

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.

JimDanner avatar Apr 05 '23 21:04 JimDanner