Skip to content

Commit bec0cd6

Browse files
authored
[worklets] Export owner document
1 parent 087fd32 commit bec0cd6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

worklets/Overview.bs

+3-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ interface WorkletGlobalScope {
138138
};
139139
</pre>
140140

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.
141+
Each {{WorkletGlobalScope}} has an assocated <dfn export for=WorkletGlobalScope>owner
142+
document</dfn>.
143+
It is initially null and set inside the <a>create a WorkletGlobalScope</a> algorithm.
143144

144145
Whenever a {{Document}} object is <a>discarded</a>, each {{WorkletGlobalScope}} whose <a>owner
145146
document</a> is that {{Document}} object, should clear its <a>owner document</a>.

0 commit comments

Comments
 (0)