File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,12 @@ Editor: Ian Kilpatrick, ikilpatrick@chromium.org
12
12
13
13
<pre class="anchors">
14
14
urlPrefix: http://heycam.github.io/webidl/#dfn-; type: dfn;
15
- text: DOMException
16
- text: SyntaxError
17
- text: inherit
15
+ urlPrefix: #dfn-;
16
+ text: DOMException
17
+ text: SyntaxError
18
+ text: inherit
19
+ urlPrefix: #es-;
20
+ text: invoking callback functions
18
21
urlPrefix: https://fetch.spec.whatwg.org/; type: dfn;
19
22
urlPrefix: #concept-;
20
23
text: fetch
@@ -34,6 +37,7 @@ urlPrefix: https://html.spec.whatwg.org/multipage/webappapis.html; type: dfn;
34
37
text: document environment
35
38
text: environment settings object
36
39
text: event loop
40
+ text: event loop processing model
37
41
text: fetch a module script tree
38
42
text: global object
39
43
text: https state
@@ -156,6 +160,11 @@ associated <a>browsing context</a>, and only its <a>microtask queue</a> is used
156
160
queues</a> are not used). The <a>event loop</a> is created by the <a>create a
157
161
WorkletGlobalScope</a> algorithm.
158
162
163
+ Note:
164
+ Even through the <a>event loop processing model</a> specifies that it loops continually,
165
+ practically implementations aren't expected to do this. The <a>microtask queue</a> is the only
166
+ queue used and is emptied while <a>invoking callback functions</a> provided by the author.
167
+
159
168
### Creating a WorkletGlobalScope ### {#creating-a-workletglobalscope}
160
169
161
170
When a user agent is to <dfn>create a WorkletGlobalScope</dfn> , for a given |worklet|, it
You can’t perform that action at this time.
0 commit comments