You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Types are provided by webextension-polyfill-ts. I've attempted to reach out and ask if I could help maintain and release changes, but didn't get a response... I would like to update the types since chrome has been adding more APIs with MV3, but an update to these types haven't been reelased in 6 months.
Maybe it's time to move on from the polyfill and use chrome and https://www.npmjs.com/package/@types/chrome instead... Not sure if these types support cross-platform APIs, but the types are constantly getting updated. But IMO the polyfill is still necessary, so I'm hesitant to switch from it.
aklinker1
added
bug
Something isn't working
upstream
Issue related to an upstream library
and removed
pending-triage
Someone (usually a maintainer) needs to look into this to see if it's a bug
labels
May 21, 2024
Just released an experiment feature in [email protected] to switch to @types/chrome, which has this type in it. Try it out and let me know how it goes: #868
Describe the bug
When trying to use browser.declarativeContent my IDE (PhpStorm) displays it in red to signal that it's not recognized.
A clear and concise description of what the bug is.
Same as above
To Reproduce
type: browser.declarativeContent in your IDE
Share minimal reproduction. Examples of a minimal reproduction:
The text was updated successfully, but these errors were encountered: