Index: polyfill.js |
=================================================================== |
--- a/polyfill.js |
+++ b/polyfill.js |
@@ -117,7 +117,7 @@ |
{ |
try |
{ |
- return !(browser.storage.local.get([]) instanceof Promise); |
+ return !(browser.storage.local.get([], () => {}) instanceof Promise); |
Sebastian Noack
2017/10/26 17:11:24
This will defeat the purpose of this check, since
Oleksandr
2017/10/27 13:15:29
I am not sure what happened but as I test again no
|
} |
catch (error) |
{ |