File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -97861,9 +97861,16 @@ interface <dfn>SharedWorkerGlobalScope</dfn> : <span>WorkerGlobalScope</span> {
97861
97861
<li><p>Let <var>is shared</var> be true if <var>worker</var> is a <code>SharedWorker</code>
97862
97862
object; otherwise false.</p></li>
97863
97863
97864
- <li><p>Let <var>createsCluster</var> be true if <var>is shared</var> is true or <var>url</var>'s
97865
- <span data-x="concept-url-scheme">scheme</span> is "<code data-x="">data</code>"; otherwise
97866
- false.</p></li>
97864
+ <li>
97865
+ <p>Let <var>createsCluster</var> be true if <var>is shared</var> is true or <var>url</var>'s
97866
+ <span data-x="concept-url-scheme">scheme</span> is "<code data-x="">data</code>"; otherwise
97867
+ false.</p>
97868
+
97869
+ <p class="note"><var>url</var> can be used here as a redirect to a <span data-x="data
97870
+ protocol"><code>data:</code> URL</span> results in a network error.</p>
97871
+ <!-- Nevertheless we probably ought to move this in due course to support sandboxing:
97872
+ https://github.com/w3c/webappsec-csp/issues/279 -->
97873
+ </li>
97867
97874
97868
97875
<li><p>Let <var>owner</var> be the <span>relevant owner to add</span> given <var>outside
97869
97876
settings</var>.</p></li>
You can’t perform that action at this time.
0 commit comments