@@ -5928,14 +5928,14 @@ <h2 id="AudioWorklet-concepts">
5928
5928
<dfn>node name to parameter descriptor map</dfn>
5929
5929
</dt>
5930
5930
<dd>
5931
- Belongs to <a>BaseAudioContext</a>. This contains a collection of
5932
- <a>AudioParamDescriptor</a>s with an associated string key of
5933
- node name. This internal storage is populated from <a>node name
5934
- to processor definition map< /a> by extracting a node name and the
5935
- matching value from <a>parameterDescriptors</a> when a promise
5936
- from <a href=
5937
- "https://drafts.css-houdini.org/worklets/#dom-worklet-addmodule">addModule()
5938
- on</a> the Worklet gets resolevd.
5931
+ Belongs to <a>BaseAudioContext</a>. This map contains the
5932
+ identical set of string keys from <a>node name to processor
5933
+ definition map</a> that are associated with the matching
5934
+ <a>parameterDescriptors< /a> values. This internal storage is
5935
+ populated when a promise from <a href=
5936
+ "https://drafts.css-houdini.org/worklets/#dom-worklet-addmodule">addModule()</a>
5937
+ on <a href="#widl-Window-audioWorklet">audioWorklet</a> gets
5938
+ resolevd.
5939
5939
</dd>
5940
5940
</dl>
5941
5941
<pre class="example" title=
@@ -6595,8 +6595,8 @@ <h2 id="instantiation-of-AudioWorkletNode-and-AudioWorkletProcessor">
6595
6595
<a>AudioWorkletNode</a> instance is destroyed.
6596
6596
</p>
6597
6597
<p>
6598
- Note that the instantiation of these two objects spans with the
6599
- control thread and the rendering thread.
6598
+ Note that the instantiation of these two objects spans the control
6599
+ thread and the rendering thread.
6600
6600
</p>
6601
6601
<p>
6602
6602
When <a>AudioWorkletNode</a>(<var>context</var>,
@@ -6668,7 +6668,7 @@ <h2 id="instantiation-of-AudioWorkletNode-and-AudioWorkletProcessor">
6668
6668
</ol>
6669
6669
</li>
6670
6670
<li>
6671
- <a href="#queue ">Queue a control message</a> to create an
6671
+ <a href="#queuing ">Queue a control message</a> to create an
6672
6672
<a>AudioWorkletProcessor</a>, given <var>nodeName</var>,
6673
6673
<var>processorPortSerialization</var>, and <var>node</var>.
6674
6674
</li>
0 commit comments