From c9b3dd1186fb5d44c5628cabe2e3ee5d51f6944f Mon Sep 17 00:00:00 2001 From: Yoav Weiss Date: Thu, 30 Sep 2021 13:24:00 +0200 Subject: [PATCH] Add a landing attribute to PerformanceNavigationTiming --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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=].