Skip to content

Commit

Permalink
Fix WebAudio#2150: AudioBufferOptions aren't checked again for requir…
Browse files Browse the repository at this point in the history
…ed members

Just remove the bit about throwing errors if the required members are
not specified.  Let WebIDL handle this.
  • Loading branch information
rtoy committed Feb 14, 2020
1 parent e0d8770 commit c7eb2a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.bs
Expand Up @@ -2484,8 +2484,7 @@ acquired.

This specifies the options to use in constructing an
{{AudioBuffer}}. The {{AudioBufferOptions/length}} and {{AudioBufferOptions/sampleRate}} members are
required. <span class="synchronous">A {{NotFoundError}} exception MUST be thrown if
any of the required members are not specified.</span>
required.

<pre class="idl">
dictionary AudioBufferOptions {
Expand Down

0 comments on commit c7eb2a2

Please sign in to comment.