Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Dec 12, 2023
1 parent 4a1bec3 commit 5c32c61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -92160,8 +92160,10 @@ interface <dfn interface>NavigationActivation</dfn> {
<dt><code data-x=""><span data-x="dom-navigation">navigation</span>.<span data-x="dom-Navigation-activation">activation</span>.<span subdfn data-x="dom-NavigationActivation-from">from</span></code></dt>
<dd>
<p>A <code>NavigationHistoryEntry</code>, representing the <code>Document</code> that was active
right before the current <code>Document</code>. This might have a value null in case the
previous <code>Document</code> was not <span>same origin</span> with this one.</p>
right before the current <code>Document</code>. This will have a value null in case the
previous <code>Document</code> was not <span>same origin</span> with this one or if it was the
<span data-x="is initial about:blank">initial <code>about:blank</code></span>
<code>Document</code>.</p>

<p>There are some cases in which either the <code
data-x="dom-NavigationActivation-from">from</code> or <code
Expand Down

0 comments on commit 5c32c61

Please sign in to comment.