prerendering-revamped.idl (550B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: Prerendering Revamped (https://wicg.github.io/nav-speculation/prerendering.html) 5 6 partial interface Document { 7 readonly attribute boolean prerendering; 8 9 // Under "special event handler IDL attributes that only apply to Document objects" 10 attribute EventHandler onprerenderingchange; 11 }; 12 13 partial interface PerformanceNavigationTiming { 14 readonly attribute DOMHighResTimeStamp activationStart; 15 };