window.localStorage is not available in packaged apps. Use chrome.storage.local instead.(anonymous function) @ extensions::platformApp:17 enyo.js:210 'webkitRequestAnimationFrame' is vendor-specific. Please use the standard 'requestAnimationFrame' instead. enyo.js:210 'webkitCancelRequestAnimationFrame' is vendor-specific. Please use the standard 'cancelAnimationFrame' instead. app.js:10 Uncaught No formats available for calendar gregorian in locale en-US launch.js:4 Uncaught TypeError: App is not a functionMy app does not use localStorage; I presume that's something in Enyo. The two warnings appear in every browser and are not important.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
I also deleted all the enyoLoader code from glue.js.
Note that the top 20 most used locales on the internet are compiled in, and other locales are unavailable. (This increased the size of my app by perhaps 7%.) There are tools to build a custom set of locales.
And then there is the added "feature" of having to debug them as packaged vs. loaded from file.