diff --git a/index.html b/index.html index a656902..9dc4a8e 100644 --- a/index.html +++ b/index.html @@ -380,6 +380,7 @@
+ A PerformanceResourceTiming has an associated + {{RenderBlockingStatusType}} render-blocking status. +
The PerformanceResourceTiming interface participates in the
++ The renderBlockingStatus getter steps are to return + blocking + if this's timing + info's [=fetch timing info/render-blocking=] is true; otherwise + non-blocking. +
A user agent implementing PerformanceResourceTiming would need
to include "resource" in
{{PerformanceObserver/supportedEntryTypes}}. This allows developers
to detect support for Resource Timing.
+ enum RenderBlockingStatusType {
+ "blocking",
+ "non-blocking"
+ };
+
+ + The values are defined as follows: +
+