From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/pagetransitionevent/index.html | 53 +++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 files/ja/web/api/pagetransitionevent/index.html (limited to 'files/ja/web/api/pagetransitionevent') 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 +--- +

{{APIRef("HTML DOM")}}

+ +

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

+ +

DOM Information

+ +

 

+ +

継承関係

+ +
 Event +
   PageTransitionEvent
+
+ +

 

+ +

メンバ

+ +

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

+ + + +

属性

+ +

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

+ + + + + + + + + + + + + + +
属性名アクセス説明
+

persisted

+
Read-only +

Web ページがキャッシュからロードされたかどうかを示す属性

+
+ +

 

-- cgit v1.2.3-54-g00ecf