Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 740719 of PageTransitionEvent

  • Revision slug: Web/API/PageTransitionEvent
  • Revision title: PageTransitionEvent
  • Revision id: 740719
  • Created:
  • Creator: teoli
  • Is current revision? No
  • Comment Slightly better but…

Revision Content

{{APIRef}}

Page transition events fire when a webpage is being loaded or unloaded.

DOM Information

 

Inheritance Hierarchy

 Event
   PageTransitionEvent

 

Members

The PageTransitionEvent object has these types of members:

Properties

The PageTransitionEvent object has these properties.

Property Access type Description

persisted

Read-only

Indicates if a webpage is loading from a cache.

 

Revision Source

<p>{{APIRef}}</p>

<p>Page transition events fire when a webpage is being loaded or unloaded.</p>

<h2 id="DOM_Information">DOM Information</h2>

<p>&nbsp;</p>

<h3 id="Inheritance_Hierarchy">Inheritance Hierarchy</h3>

<div>&nbsp;Event
<div>&nbsp;&nbsp;&nbsp;PageTransitionEvent</div>
</div>

<h2 id="sect1">&nbsp;</h2>

<h2 id="Members">Members</h2>

<p>The <strong>PageTransitionEvent</strong> object has these types of members:</p>

<ul>
 <li><a href="#">Properties</a></li>
</ul>

<h3 id="Properties">Properties</h3>

<p>The <strong>PageTransitionEvent</strong> object has these properties.</p>

<table class="members" id="memberListProperties">
 <tbody>
  <tr>
   <th>Property</th>
   <th>Access type</th>
   <th>Description</th>
  </tr>
  <tr>
   <td>
    <p><strong>persisted</strong></p>
   </td>
   <td>Read-only</td>
   <td>
    <p>Indicates if a webpage is loading from a cache.</p>
   </td>
  </tr>
 </tbody>
</table>

<p>&nbsp;</p>
Revert to this revision