fregante / webext-permission-toggle

Browser-action context menu to request permission for the current tab.
https://fregante.github.io/webext-permission-toggle/
MIT License
70 stars 5 forks source link

Errors aren’t reported correctly in Chrome if webextension-polyfill is used #16

Closed fregante closed 3 years ago

fregante commented 3 years ago

Due to https://github.com/mozilla/webextension-polyfill/issues/257

Must be fixed locally before releasing v2:


error instanceof Error ? error : new Error(error.message)