Skip to content

Commit

Permalink
Fix hardcoded links to WebIDL spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom authored and padenot committed Mar 11, 2024
1 parent 8b7e3f1 commit e37458b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Expand Up @@ -11296,7 +11296,7 @@ Methods</h5>

1. Let <var>parameterDescriptorSequence</var>
be the result of
<a href="https://heycam.github.io/webidl/#es-to-sequence">
<a href="https://webidl.spec.whatwg.org/#es-to-sequence">
the conversion</a> from
<var>parameterDescriptorsValue</var>
to an IDL value of type
Expand Down Expand Up @@ -11532,7 +11532,7 @@ Constructors</h5>
[$StructuredSerializeWithTransfer$](<var>processorPortOnThisSide</var>,
« <var>processorPortOnThisSide</var> »).

1. <a href="https://heycam.github.io/webidl/#dictionary-to-es">Convert</a>
1. <a href="https://webidl.spec.whatwg.org/#dictionary-to-es">Convert</a>
<var>options</var> dictionary to <var>optionsObject</var>.

1. Let <var>serializedOptions</var> be the result of
Expand Down Expand Up @@ -12728,14 +12728,14 @@ task queue=] of its associated {{BaseAudioContext}}.
1. Perform the following substeps:

1. Let |args| be a
<a href="https://heycam.github.io/webidl/#web-idl-arguments-list">
<a href="https://webidl.spec.whatwg.org/#web-idl-arguments-list">
Web IDL arguments list</a> consisting of
{{AudioWorkletProcessCallback/inputs}},
{{AudioWorkletProcessCallback/outputs}}, and
{{AudioWorkletProcessCallback/parameters}}.

1. Let |esArgs| be the result of
<a href="https://heycam.github.io/webidl/#web-idl-arguments-list-converting">
<a href="https://webidl.spec.whatwg.org/#web-idl-arguments-list-converting">
converting</a> |args| to an ECMAScript arguments list.

1. Let |callResult| be the <a href="https://tc39.github.io/ecma262/#sec-call">
Expand Down

0 comments on commit e37458b

Please sign in to comment.