Closed a-sully closed 1 year ago
Proposed commit message:
Introduce a storage task source and queue a storage task
Also make use of them internally. Additionally cross-reference more and adopt modern practices.
Helps with https://github.com/whatwg/fs/issues/3. Fixes #89.
@a-sully if this looks good to you and @domenic I'll merge it Monday. @domenic this is mainly a heads as you introduced "queue a global task".
LGTM! Thanks for cleaning this up
See https://github.com/whatwg/fs/issues/3
Writes using any storage API should be rejected if the site is out of quota. Therefore all writes from storage APIs which may affect or be affected by quota should run in order (at least per-site)
Fixes #89
Preview | Diff