You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a chrome packaged app
2. Try using dat.gui
3. Observe error
What is the expected output? What do you see instead?
Expect that it will work. Instead, an error is thrown because packaged apps
don't support window.localStorage.
"window.localStorage is not available in packaged apps. Use
chrome.storage.local instead."
The check for local storage support is failing in this environment. Ideally, it
will use chrome.storage.local if it is required and available.
var SUPPORTS_LOCAL_STORAGE = ...
What version of the product are you using? On what operating system?
Used dat.gui.js from build directory in this repo. Chrome latest. MacOSX.
Original issue reported on code.google.com by [email protected] on 18 Jun 2014 at 8:30
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 18 Jun 2014 at 8:30The text was updated successfully, but these errors were encountered: