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

Throw TypeError for detached input BufferSource #484

Open
chcunningham opened this issue Apr 28, 2022 · 0 comments
Open

Throw TypeError for detached input BufferSource #484

chcunningham opened this issue Apr 28, 2022 · 0 comments
Labels
need-definition An issues where something needs to be specified normatively

Comments

@chcunningham
Copy link
Collaborator

The spec has a number of BufferSource members in dictionaries like VideoDecoderConfig, EncodedAudioChunkInit, ... . Presently the spec steps just operate with those members without checking whether they are detached. We check to see if they're detached and, if so, throw a TypeError.

@dalecurtis dalecurtis added the need-definition An issues where something needs to be specified normatively label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-definition An issues where something needs to be specified normatively
Projects
None yet
Development

No branches or pull requests

2 participants