ebidel / idb.filesystem.js

HTML5 Filesystem API polyfill using IndexedDB
https://www.npmjs.com/package/idb.filesystem.js
Other
487 stars 46 forks source link

iOS 11 window.requestFileSystem #49

Open woranl opened 6 years ago

woranl commented 6 years ago

In iOS 11, window.requestFileSystem = window.requestFileSystem || window.webkitRequestFileSystem; returns undefined. When I try launching the demo playground app, it says my browser is not supported. Any idea?