File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -764,7 +764,7 @@ Attributes</h4>
764
764
::
765
765
Allows access to the <code> Worklet</code> object that can import
766
766
a script containing {{AudioWorkletProcessor}}
767
- class definitions via the algorithms defined by [[!worklets-1 ]]
767
+ class definitions via the algorithms defined by [[!HTML ]]
768
768
and {{AudioWorklet}} .
769
769
770
770
: <dfn>currentTime</dfn>
@@ -9787,7 +9787,10 @@ with {{AudioWorkletNode}}s in the main scope.
9787
9787
Exactly one {{AudioWorkletGlobalScope}} exists for each
9788
9788
{{AudioContext}} that contains one or more
9789
9789
{{AudioWorkletNode}} s. The running of imported scripts is
9790
- performed by the UA as defined in [[!worklets-1]] .
9790
+ performed by the UA as defined in [[!HTML]] . Overriding the default
9791
+ specified in [[!HTML]] , {{AudioWorkletGlobalScope}} s must not be
9792
+ [=terminate a worklet global scope|terminated=] arbitrarily by the user
9793
+ agent.
9791
9794
9792
9795
An {{AudioWorkletGlobalScope}} has the following internal slots:
9793
9796
@@ -12351,7 +12354,7 @@ to Consider</a>
12351
12354
6. Does this specification enable new script execution/loading
12352
12355
mechanisms?
12353
12356
12354
- No. It does use the [[worklets-1 ]] script execution method,
12357
+ No. It does use the [[HTML ]] script execution method,
12355
12358
defined in that specification.
12356
12359
12357
12360
7. Does this specification allow an origin access to a user’s
You can’t perform that action at this time.
0 commit comments