Skip to content

Commit

Permalink
Remove unused "parent worker global scope" variable
Browse files Browse the repository at this point in the history
This used to allow setting "the worker's workers", itself used to update the worker's "list of worker's Documents", which doesn't seem to exist anymore.
  • Loading branch information
Kaiido committed Nov 23, 2023
1 parent 3a945a3 commit 67b6a5c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -115963,12 +115963,6 @@ interface <dfn interface>SharedWorkerGlobalScope</dfn> : <span>WorkerGlobalScope
<li><p>Let <var>owner</var> be the <span>relevant owner to add</span> given <var>outside
settings</var>.</p></li>

<li><p>Let <var>parent worker global scope</var> be null.</p>

<li><p>If <var>owner</var> is a <code>WorkerGlobalScope</code> object (i.e., we are creating a
nested dedicated worker), then set <var>parent worker global scope</var> to
<var>owner</var>.</p></li>

<li><p>Let <var>unsafeWorkerCreationTime</var> be the <span>unsafe shared current
time</span>.</p></li>

Expand Down

0 comments on commit 67b6a5c

Please sign in to comment.