Skip to content

feat: update webext polyfill

Marwan Zibaoui requested to merge webext-polyfill-update into next

This MR is indirectly helping epic &55

In this epic we're going to move a lot of files that are making extensive use of the webext API to typescript. The current version of our webext polyfill and types are over two years old, and not even up to date with our current version of typescript.

This can lead to nonsense TS errors: CleanShot_2023-11-20_at_15.44.24_2x

This API definitely exists tho 😅 https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/remove

Merge request reports