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 648451 of PageTransitionEvent

  • Revision slug: Web/API/PageTransitionEvent
  • Revision title: PageTransitionEvent
  • Revision id: 648451
  • Created:
  • Creator: rabimba
  • Is current revision? No
  • Comment First Article

Revision Content

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>Page transition events fire when a webpage is being loaded or unloaded.</p>
<h2>DOM Information</h2>
<p>&nbsp;</p>
<h3>Inheritance Hierarchy</h3>
<div>
 &nbsp;Event
 <div>
  &nbsp;&nbsp;&nbsp;PageTransitionEvent</div>
</div>
<h2>&nbsp;</h2>
<h2>Members</h2>
<p>The <strong>PageTransitionEvent</strong> object has these types of members:</p>
<ul>
 <li><a href="#">Properties</a></li>
</ul>
<h3>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