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
Trying the basic demo with a browser based on recent WebKit (like Safari or Epiphany) doesn't work.
On the inspector console this errors happen:
[Error] TypeError: Attempted to assign to readonly property.
(anonymous function) (idb.filesystem.js:55)
Global Code (idb.filesystem.js:916)
[Error] TypeError: window.requestFileSystem is not a function. (In 'window.requestFileSystem', 'window.requestFileSystem' is undefined)
openFS (app.js:37)
(anonymous function) (app.js:283)
[Error] TypeError: null is not an object (evaluating 'cwd.getFile')
create (app.js:219)
onclick (index.html:44)
The text was updated successfully, but these errors were encountered:
Trying the basic demo with a browser based on recent WebKit (like Safari or Epiphany) doesn't work.
On the inspector console this errors happen:
The text was updated successfully, but these errors were encountered: