We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f7aa6 commit 1f6fa09Copy full SHA for 1f6fa09
source
@@ -88181,6 +88181,9 @@ document.body.appendChild(frame)</pre>
88181
does not have a <code>Document</code> object, so a new one will be created if the session history
88182
is traversed to that entry.</p></li>
88183
88184
+ <li><p>Set the <code>Document</code>'s <span>fired unload</span> flag to false. (It could have
88185
+ been set to true during the <span data-x="unload a document">unload</span> step above.)</p></li>
88186
+
88187
<li><p>Finally, set the <span>insertion point</span> to point at just before the end of the
88188
<span>input stream</span> (which at this point will be empty).</p></li>
88189
0 commit comments