diff --git a/index.html b/index.html index 1c112af..be3ff5f 100644 --- a/index.html +++ b/index.html @@ -690,7 +690,12 @@

Processing Model

  • Set the primary buffer to a size of 150, unless otherwise specified by the user agent or set by the setResourceTimingBufferSize method.
  • -
  • For each resource fetched by the current browsing context, perform the following steps: +
  • For each resource fetched by the current browsing context, excluding resources fetched by cross-origin stylesheets fetched with no-cors policy, perform the following steps: + +

    + Above cross-origin exclusion should be defined via Fetch registry: CSS needs to be defined in terms of Fetch and set some kind of "opaque request flag" for no-CORS CSS subresources. In turn, Resource Timing should interface with Fetch registry to surface resource fetch events. +

    +
    1. Create a new PerformanceResourceTiming object and set entryType to the DOMString resource.