noopkat / avrgirl-chrome-app

An example app, showing how to use avrgirl in a Chrome browser.
15 stars 8 forks source link

window.localStorage is not available #2

Open ingegno opened 6 years ago

ingegno commented 6 years ago

If you click on the background page in the extension list, you see there is a (non-fatal) error:

window.localStorage is not available in packaged apps. Use chrome.storage.local instead.
noopkat commented 6 years ago

Hi @ingegno

Thanks so much for reporting this issue! 😄

It looks like this error is coming from one of avrgirl-arduino's dependencies further down the JavaScript rabbit hole 🐰 If I'm wrong definitely correct me. I can try to make time to look into this but if you find out which dependency is throwing this error feel free to pull request that dependency's repo!

bitmoji