Skip to content

Commit

Permalink
Make 'true' a truthy value for window.open boolean features
Browse files Browse the repository at this point in the history
Fixes #7399.
  • Loading branch information
zcorpan authored and domenic committed Mar 7, 2022
1 parent 9d42d2c commit ca752b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -82161,6 +82161,9 @@ dictionary <dfn dictionary>WindowPostMessageOptions</dfn> : <span>StructuredSeri
<li><p>If <var>value</var> <span>is</span> "<code data-x="">yes</code>", then return
true.</p></li>

<li><p>If <var>value</var> <span>is</span> "<code data-x="">true</code>", then return
true.</p></li>

<li><p>Let <var>parsed</var> be the result of <span data-x="rules for parsing integers">parsing
<var>value</var> as an integer</span>.</p></li>

Expand Down

0 comments on commit ca752b0

Please sign in to comment.