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

DetachArrayBuffer can throw #1001

Open
domenic opened this issue May 10, 2019 · 0 comments
Open

DetachArrayBuffer can throw #1001

domenic opened this issue May 10, 2019 · 0 comments

Comments

@domenic
Copy link
Member

domenic commented May 10, 2019

Discovered and discussed in whatwg/html#4601.

This impacts https://streams.spec.whatwg.org/#transfer-array-buffer, and all of its transitive callers. We need to find the appropriate point at which we'd catch the errors and transform them into rejected promises or errored streams.

This only impacts byte streams, which nobody implements yet, so the urgency is not super-high here, but we should still fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant