File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ urlPrefix: https://html.spec.whatwg.org/multipage/webappapis.html; type: dfn;
52
52
urlPrefix: https://html.spec.whatwg.org/multipage/infrastructure.html; type: dfn;
53
53
text: cors setting attribute
54
54
text: in parallel
55
- text: javascript global environment
56
55
urlPrefix: #js-;
57
56
text: syntaxerror;
58
57
url: resolve-a-url; text: resolve;
@@ -94,7 +93,7 @@ Worklets are similar to <a>web workers</a> however they:
94
93
parallelism.
95
94
- Are not event API based. Instead classes are registered on the global scope, whose methods are to
96
95
be invoked by the user agent.
97
- - Have a reduced API surface on the <a>javascript global environment</a> (global scope) .
96
+ - Have a reduced API surface on the global scope.
98
97
- Have a lifetime for the global scope which is defined by subsequent specifications or user
99
98
agents. They aren't tied to the lifetime of the document.
100
99
You can’t perform that action at this time.
0 commit comments