aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/pagetransitionevent/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/pagetransitionevent/index.html')
-rw-r--r--files/ja/web/api/pagetransitionevent/index.html53
1 files changed, 53 insertions, 0 deletions
diff --git a/files/ja/web/api/pagetransitionevent/index.html b/files/ja/web/api/pagetransitionevent/index.html
new file mode 100644
index 0000000000..d36e5e71c6
--- /dev/null
+++ b/files/ja/web/api/pagetransitionevent/index.html
@@ -0,0 +1,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>