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
  • Loading branch information
zcorpan authored and Mason Freed committed Jun 3, 2022
1 parent ad29552 commit 3cfea94
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 @@ -82164,6 +82164,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 3cfea94

Please sign in to comment.