We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e1c21 commit 286d9fcCopy full SHA for 286d9fc
source
@@ -8280,8 +8280,8 @@ interface <dfn>DOMStringList</dfn> {
8280
<!-- Should this use the surrounding agent's agent cluster instead? -->
8281
8282
<li>
8283
- <p>If <var>agentCluster</var>'s <span>allow sidechannel attacks</span> is set to false, then
8284
- throw a <span>"<code>DataCloneError</code>"</span> <code>DOMException</code>.</p>
+ <p>If <var>agentCluster</var>'s <span>allow sidechannel attacks</span> is false, then throw
+ a <span>"<code>DataCloneError</code>"</span> <code>DOMException</code>.</p>
8285
8286
<p class="note">This check is only needed when serializing (and not when deserializing) as
8287
<span>allow sidechannel attacks</span> cannot change over time and a
0 commit comments