jszip
jszip copied to clipboard
Chrome app does now provide localStorage
I am using jszip sucesfully in a chrome app but loading it triggers an error.
extensions::platformApp:17 window.localStorage is not available in packaged apps. Use chrome.storage.local instead.
Would be nice to prevent that.
Other than that it was smooth sailing, thanks for the great work!
I can't reproduce it with the sample extension (loading JSZip and console.log it). Do you have a minimal test case to reproduce the issue ?
Yes this is an issue with a chrome app, not chrome extension.
I'll try in the next days to create an example app ... though the news just recently came out that chrome is going to phase out apps :/