Skip to content

Commit

Permalink
Restore early return for history.go(0)
Browse files Browse the repository at this point in the history
This accidentally was lost in 0a97a81.
  • Loading branch information
Ms2ger committed Dec 7, 2023
1 parent 818b053 commit b2c8405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Expand Up @@ -90609,7 +90609,7 @@ interface <dfn interface>History</dfn> {
<span>"<code>SecurityError</code>"</span> <code>DOMException</code>.</p></li>

<li><p>If <var>delta</var> is 0, then <span>reload</span> <var>document</var>'s <span>node
navigable</span>.</p></li>
navigable</span>, and return.</p></li>

<li><p><span>Traverse the history by a delta</span> given <var>document</var>'s <span>node
navigable</span>'s <span data-x="nav-traversable">traversable navigable</span>, <var>delta</var>,
Expand Down

0 comments on commit b2c8405

Please sign in to comment.