Eric Bidelman
Eric Bidelman
If you're interested in this for workers, there's the Sync Filesystem API for workers: https://www.html5rocks.com/en/tutorials/file/filesystem-sync/ Other than that, I would think making promised-based APIs and using ES7 `async` and `await`...
Yes I don't think this API is a good fit for you if you want to to have something sync. Tbh, sync storage APIs are slow and jank the main...
Can you post a jsbin that repros the issue? On Sat, Nov 5, 2016, 9:37 PM Till Wehowski [email protected] wrote: > The fullPath property of my DirectoryEntries resolves to >...
Yes you're right this should have been a minor version and explained in the release notes.
Want to send a PR?
Changing source is fine. I can do a new build and release. Thanks! ps. make sure to update tests :)
Correct. If you're XHRing files from the same origin, you won't get errors or need to use flags. @micheg it's a really bad idea to turn on `--disable-web-security` in your...
Also, I don't believe webkitStorageInfo is available in a worker, so there's no way to request quota for the first time when using persistent storage.
Unfortunately I haven't. I _believe_ things should, but haven't spent the time to properly test. The one issue (noted above) is that you'd have to do quota checks outside of...