Skip to content

Commit

Permalink
Update the dict operation 'present' to a valid operation
Browse files Browse the repository at this point in the history
This fixed #2535.
  • Loading branch information
padenot committed Jul 18, 2023
1 parent fa11275 commit fe96104
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -11429,8 +11429,8 @@ used to configure various channel configurations.
{{AudioWorkletNodeOptions/numberOfOutputs}} are zero,
throw a {{NotSupportedError}} and abort the remaining steps.

1. If {{AudioWorkletNodeOptions/outputChannelCount}} is
[[WEBIDL-1#dfn-present|present]],
1. If {{AudioWorkletNodeOptions/outputChannelCount}}
[=map/exists=],

1. If any value in
{{AudioWorkletNodeOptions/outputChannelCount}} is zero
Expand All @@ -11455,8 +11455,8 @@ used to configure various channel configurations.
of {{AudioWorkletNodeOptions/outputChannelCount}}
sequence and return.

1. If {{AudioWorkletNodeOptions/outputChannelCount}} is
[[WEBIDL-1#dfn-present|not present]],
1. If {{AudioWorkletNodeOptions/outputChannelCount}}
[=map/exists=],

1. If both {{AudioWorkletNodeOptions/numberOfInputs}} and
{{AudioWorkletNodeOptions/numberOfOutputs}} are 1,
Expand Down

0 comments on commit fe96104

Please sign in to comment.