Skip to content

Commit 5a2e381

Browse files
committed
[worklets] Remove reference to "global environment".
Fixes w3c#127.
1 parent 9e96e29 commit 5a2e381

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

worklets/Overview.bs

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ urlPrefix: https://html.spec.whatwg.org/multipage/webappapis.html; type: dfn;
5252
urlPrefix: https://html.spec.whatwg.org/multipage/infrastructure.html; type: dfn;
5353
text: cors setting attribute
5454
text: in parallel
55-
text: javascript global environment
5655
urlPrefix: #js-;
5756
text: syntaxerror;
5857
url: resolve-a-url; text: resolve;
@@ -94,7 +93,7 @@ Worklets are similar to <a>web workers</a> however they:
9493
parallelism.
9594
- Are not event API based. Instead classes are registered on the global scope, whose methods are to
9695
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.
9897
- Have a lifetime for the global scope which is defined by subsequent specifications or user
9998
agents. They aren't tied to the lifetime of the document.
10099

0 commit comments

Comments
 (0)