From c9b3dd1186fb5d44c5628cabe2e3ee5d51f6944f Mon Sep 17 00:00:00 2001
From: Yoav Weiss This timestamp is measured after the user agent completes handling the
load event for the document.
+ The landing getter steps are as following:
+ Let |document| be |this|'s [=relevant global object=]'s [=associated Document=]. Let |history entry| be |document|'s [=browsing context=]'s [=session history=]'s first entry. If |history entry|'s [=session history entry/document=] equals |document|, return true. Return false.
readonly attribute DOMHighResTimeStamp loadEventEnd;
readonly attribute NavigationType type;
readonly attribute unsigned short redirectCount;
+ readonly attribute boolean landing;
[Default] object toJSON();
};
@@ -475,6 +476,15 @@
+
+
The type getter steps are to run the |this|'s [=navigation type=].