Skip to content
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

Describe internal slots of Blob and File objects better #71

Open
annevk opened this issue Feb 22, 2017 · 0 comments · May be fixed by #154
Open

Describe internal slots of Blob and File objects better #71

annevk opened this issue Feb 22, 2017 · 0 comments · May be fixed by #154

Comments

@annevk
Copy link
Member

annevk commented Feb 22, 2017

That way other standards can be more precise. E.g., I need this to fix whatwg/xhr#75.

mkruisselbrink added a commit that referenced this issue May 21, 2020
This redefines how blobs work by adding internal slots and hooks to
support Blob objects backed by various sources of data. By doing so this
tries to make more explicit how various edge cases behave, as well as
making it clear that blobs are immutable.

This fixes #75, fixes #99, and fixes #47.
It also lays the ground work to address w3c/webappsec-clear-site-date#49.

This also fixes #71.
mkruisselbrink added a commit that referenced this issue May 21, 2020
This redefines how blobs work by adding internal slots and hooks to
support Blob objects backed by various sources of data. By doing so this
tries to make more explicit how various edge cases behave, as well as
making it clear that blobs are immutable.

This fixes #75, fixes #99, and fixes #47.
It also lays the ground work to address w3c/webappsec-clear-site-date#49.

This also fixes #71.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant