Skip to content

Commit

Permalink
add hr
Browse files Browse the repository at this point in the history
  • Loading branch information
rubberyuzu committed Dec 5, 2023
1 parent 1bdc2ec commit 61b5499
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -94498,12 +94498,12 @@ interface <dfn interface>BeforeUnloadEvent</dfn> : <span>Event</span> {
</div>

<h4>The <code>NotRestoredReasons</code> interface</h4>
<pre><code class="idl">
[Exposed=Window]
<pre><code class="idl">[Exposed=Window]
interface <dfn interface>NotRestoredReasonDetails</dfn> {
readonly attribute DOMString <span data-x="dom-not-restored-reason-details-reason">reason</span>;
};

[Exposed=Window]
interface <dfn interface>NotRestoredReasons</dfn> {
readonly attribute DOMString? <span data-x="dom-not-restored-reasons-src">src</span>;
readonly attribute DOMString? <span data-x="dom-not-restored-reasons-id">id</span>;
Expand Down Expand Up @@ -94544,7 +94544,8 @@ interface <dfn interface>NotRestoredReasons</dfn> {

<dt><code data-x=""><var>notRestoredReasons</var>.<span subdfn
data-x="dom-not-restored-reasons-reasons">reasons</span></code></dt>
<dd><p>Returns an array of <code>NotRestoredReasonDetails</code> for the document. This is null
<dd><p>Returns an array of <span
data-x="nrr-details-struct">not restored reason details</code> for the document. This is null
if the document is in a cross-origin <code>iframe</code>.</p></dd>

<dt><code data-x=""><var>notRestoredReasons</var>.<span subdfn
Expand Down Expand Up @@ -94584,7 +94585,7 @@ interface <dfn interface>NotRestoredReasons</dfn> {
<li><p><dfn data-x="nrr-details-reason">reason</dfn>, a string, initially empty.</p></li>
</ul>

<p><span data-x="nrr-details-reason">reason</span> is a string that represents the reason that
<p>The <span data-x="nrr-details-reason">reason</span> is a string that represents the reason that
prevented the page from being restored from <a href="#note-bfcache">back/forward cache</a>.
The string is one of the following:</p>

Expand Down Expand Up @@ -94619,6 +94620,8 @@ interface <dfn interface>NotRestoredReasons</dfn> {
data-x="nav-document">active document</span>.</dd>
</dl>

<hr>

<p>A <code>NotRestoredReasons</code> object has a <dfn
data-x="concept-not-restored-reasons-backing-struct">backing struct</dfn>,
a <span data-x="nrr-struct">not restored reasons</span> or null, initially null.</p>
Expand Down

0 comments on commit 61b5499

Please sign in to comment.