You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
That way other standards can be more precise. E.g., I need this to fix whatwg/xhr#75.
The text was updated successfully, but these errors were encountered: