aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/pagetransitionevent/index.html
blob: d36e5e71c6f7ba5fe9861830d7cd3ddc37feb08d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
title: PageTransitionEvent
slug: Web/API/PageTransitionEvent
translation_of: Web/API/PageTransitionEvent
---
<p>{{APIRef("HTML DOM")}}</p>

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

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

<p> </p>

<h3 id="継承関係">継承関係</h3>

<div> Event
<div>   PageTransitionEvent</div>
</div>

<h2 id="sect1"> </h2>

<h2 id="メンバ">メンバ</h2>

<p> <strong>PageTransitionEvent</strong> オブジェクトは、以下のメンバを持ちます:</p>

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

<h3 id="属性">属性</h3>

<p><strong>PageTransitionEvent</strong> オブジェクトには以下の属性があります。</p>

<table class="members" id="memberListProperties">
 <tbody>
  <tr>
   <th>属性名</th>
   <th>アクセス</th>
   <th>説明</th>
  </tr>
  <tr>
   <td>
    <p><strong>persisted</strong></p>
   </td>
   <td>Read-only</td>
   <td>
    <p>Web ページがキャッシュからロードされたかどうかを示す属性</p>
   </td>
  </tr>
 </tbody>
</table>

<p> </p>