idb.filesystem.js
idb.filesystem.js copied to clipboard
iOS 11 window.requestFileSystem
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?