We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087fd32 commit bec0cd6Copy full SHA for bec0cd6
worklets/Overview.bs
@@ -138,8 +138,9 @@ interface WorkletGlobalScope {
138
};
139
</pre>
140
141
-Each {{WorkletGlobalScope}} has an assocated <dfn for=WorkletGlobalScope>owner document</dfn>. It is
142
-initially null and set inside the <a>create a WorkletGlobalScope</a> algorithm.
+Each {{WorkletGlobalScope}} has an assocated <dfn export for=WorkletGlobalScope>owner
+document</dfn>.
143
+It is initially null and set inside the <a>create a WorkletGlobalScope</a> algorithm.
144
145
Whenever a {{Document}} object is <a>discarded</a>, each {{WorkletGlobalScope}} whose <a>owner
146
document</a> is that {{Document}} object, should clear its <a>owner document</a>.
0 commit comments