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

Script to generate TypeScript definitions for WebExtension Development in FireFox

Results 13 definitelytyped-firefox-webext-browser issues
Sort by recently updated
recently updated
newest added

According to [MDN](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/getBackgroundPage), 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.

Bumps [qs](https://github.com/ljharb/qs) from 6.5.1 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Repost from https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/69507 > The listener can return any of: > > - a [`proxy.ProxyInfo`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/proxy/ProxyInfo) object. > - an array of [`proxy.ProxyInfo`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/proxy/ProxyInfo) objects. > - a `Promise` that resolves to...