-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define a storage task source #155
Conversation
Proposed commit message:
|
LGTM! Thanks for cleaning this up |
@@ -14,6 +14,10 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMASCRIPT | |||
text: agent cluster; url: #sec-agent-clusters; type: dfn | |||
</pre> | |||
|
|||
<pre class=link-defaults> | |||
spec:infra; type:dfn; text:implementation-defined |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this might not be necessary after some changes made late in the day on Friday.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to still be necessary unfortunately.
See whatwg/fs#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