aklinker1 / webext-core

Collection of essential libraries and tools for building web extensions
https://webext-core.aklinker1.io
MIT License
96 stars 11 forks source link

feat(fake-browser): Upgrade `webextension-polyfill` types to 0.10.5 #46

Closed kayac-chang closed 8 months ago

kayac-chang commented 8 months ago

solved https://github.com/aklinker1/webext-core/discussions/45

kayac-chang commented 8 months ago

Hello @aklinker1. Since the session storage needs to raise the version of @types/webextension-polyfill to 0.10.5, we also need to mock the new methods unrelated to the session storage, otherwise caused the type check to fail. Should I do that in this PR?