diff --git a/index.html b/index.html index b67f3e9..3dec9ab 100644 --- a/index.html +++ b/index.html @@ -379,6 +379,7 @@

readonly attribute DOMHighResTimeStamp loadEventEnd; readonly attribute NavigationType type; readonly attribute unsigned short redirectCount; + readonly attribute boolean landing; [Default] object toJSON(); }; @@ -475,6 +476,15 @@

This timestamp is measured after the user agent completes handling the load event for the document.

+

+ The landing getter steps are as following: +

+

The type getter steps are to run the |this|'s [=navigation type=].