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

AudioBufferOptions requires throwing NotFoundError in cases that can't happen #2150

Closed
bzbarsky opened this issue Feb 7, 2020 · 1 comment
Assignees
Projects

Comments

@bzbarsky
Copy link

bzbarsky commented Feb 7, 2020

https://webaudio.github.io/web-audio-api/#AudioBufferOptions says:

A NotFoundError exception MUST be thrown if any of the required members are not specified.

but those members are required in the IDL, so this can't happen.

@rtoy rtoy added this to Untriaged in V1 via automation Feb 13, 2020
@padenot
Copy link
Member

padenot commented Feb 13, 2020

Telconf decision: this will be remove and the check will be handled by WebIDL.

@rtoy rtoy moved this from Untriaged to Ready for Editing in V1 Feb 13, 2020
rtoy added a commit to rtoy/web-audio-api that referenced this issue Feb 14, 2020
…ed members

Just remove the bit about throwing errors if the required members are
not specified.  Let WebIDL handle this.
@rtoy rtoy moved this from Ready for Editing to In PR Review in V1 Feb 14, 2020
@rtoy rtoy closed this as completed in e5fc7f9 Feb 18, 2020
V1 automation moved this from In PR Review to Done Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
V1
  
Done
Development

No branches or pull requests

3 participants