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
I do get the error below when I try to seek permission for reading/writing persistent files in Chrome Version 64.0.3282.167 (Official Build) on windows. filer.js:453 Uncaught TypeError: self.requestFileSystem is not a function at Filer.<anonymous> (filer.js:453) (anonymous) @ filer.js:453
It works when I change the function to be invoked from self.requestFileSystem to window.requestFileSystem
The text was updated successfully, but these errors were encountered:
I do get the error below when I try to seek permission for reading/writing persistent files in Chrome Version 64.0.3282.167 (Official Build) on windows.
filer.js:453 Uncaught TypeError: self.requestFileSystem is not a function at Filer.<anonymous> (filer.js:453) (anonymous) @ filer.js:453
It works when I change the function to be invoked from
self.requestFileSystem
towindow.requestFileSystem
The text was updated successfully, but these errors were encountered: