Skip to content

Commit

Permalink
Add missing sink group
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed May 15, 2024
1 parent 1ddb4ad commit b7dbca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -112285,7 +112285,7 @@ document.body.appendChild(frame)</code></pre>
<li><p>If <var>isTrusted</var> is false, set <var>string</var> to the result of invoking the
<span data-x="tt-getcompliantstring">Get Trusted Type compliant string</span> algorithm with
<code data-x="tt-trustedhtml">TrustedHTML</code>, <span>this</span>'s <span>relevant global
object</span>, <var>string</var>, and <var>sink</var>.</p></li>
object</span>, <var>string</var>, <var>sink</var>, and "<code data-x="">script</code>".</p></li>

<li><p>If <var>lineFeed</var> is true, append U+000A LINE FEED to <var>string</var>.</p></li>

Expand Down

0 comments on commit b7dbca8

Please sign in to comment.