-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of initiatorType types #364
Comments
@noamr - are all these types valid initiator type values? I'm somewhat surprised by some of them (e.g. "body" & "font") |
Font face="..." Body background="..." |
As part of a project to update MDN's Performance API docs (openwebdocs/project#62), I updated https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming/initiatorType.
The Resource Timing spec contains a non-normative note listing
initiatorType
types: https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-initiatortype. I believe a normative list of types is in the Fetch spec: https://fetch.spec.whatwg.org/#request-initiator-type. Is that correct?If so, would it be a good idea to include the following types in the Resource Timing note?
body
early-hint
(orearly-hints
, the Fetch spec and Chrome seem to diverge here.)embed
font
link
object
ping
The Fetch spec doesn't include the following type but the Resource Timing note lists it. Is it defined elsewhere?
a
(defined in Navigation Timing)navigation
The text was updated successfully, but these errors were encountered: