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

fix(storage): Add wrapper function for storage clear #42

Closed cihadturhan-st closed 9 months ago

cihadturhan-st commented 9 months ago

Safari doesn't have managed storage and it causes extension to crash. Managed storage returns undefined for safari so it can't find browser.storage.managed.clear throws error

aklinker1 commented 9 months ago

Released in v1.1.3