502
502
`initiatorType` returns one of the following values:
503
503
</ p >
504
504
< ul class ='note '>
505
- < li > The same value as the {{Element/localName}} of an [=element=], if
506
- the request is a result of processing an HTML element;
505
+ < li >
506
+ < dfn > "navigation"</ dfn > , if the request is a [=navigation
507
+ request=];
507
508
</ li >
508
509
< li >
509
510
< dfn > "css"</ dfn > , if the request is a result of processing a CSS
512
513
[[CSS-VALUES]]
513
514
</ li >
514
515
< li >
515
- < dfn > "navigation"</ dfn > , if the request is a [=navigation
516
- request=];
516
+ < dfn > "script"</ dfn > , if the request is a result of loading any
517
+ < a data-cite ="HTML#concept-script "> script</ a > (a classic [^script^], a
518
+ [=module script=], or a {{Worker}}).
517
519
</ li >
518
520
< li >
519
521
< dfn > "xmlhttprequest"</ dfn > , if the request is a result of
@@ -527,6 +529,42 @@ <h3>
527
529
< dfn > "beacon"</ dfn > , if the request is the result of processing the
528
530
{{Navigator/sendBeacon()}} method; [[BEACON]]
529
531
</ li >
532
+ < li >
533
+ < dfn > "video"</ dfn > , if the request is the result of processing the
534
+ [^video^] element's [^video/poster^] or [^video/src^].
535
+ </ li >
536
+ < li >
537
+ < dfn > "audio"</ dfn > , if the request is the result of processing the
538
+ [^audio^] element's [^audio/src^].
539
+ </ li >
540
+ < li >
541
+ < dfn > "track"</ dfn > , if the request is the result of processing the
542
+ [^track^] element's [^track/src^].
543
+ </ li >
544
+ < li >
545
+ < dfn > "img"</ dfn > , if the request is the result of processing the
546
+ [^img^] element's [^img/src^] or [^img/srcset^].
547
+ </ li >
548
+ < li >
549
+ < dfn > "image"</ dfn > , if the request is the result of processing the
550
+ < a data-cite =
551
+ "SVG2/embedded.html#ImageElement "> image</ a > element. [[SVG2]]
552
+ </ li >
553
+ < li >
554
+ < dfn > "input"</ dfn > , if the request is the result of processing an
555
+ [^input^] element of [^input/type^] [^input/type/image^].
556
+ </ li >
557
+ < li >
558
+ < dfn > "a"</ dfn > , if the request is the result of processing an
559
+ [^a^] element's [^a/download^] or [^a/ping^].
560
+ </ li >
561
+ < li >
562
+ < dfn > "iframe"</ dfn > , if the request is the result of processing an [^iframe^]'s
563
+ [^iframe/src^].
564
+ </ li >
565
+ < li >
566
+ < dfn > "frame"</ dfn > , if the request is the result of loading a [^frame^].
567
+ </ li >
530
568
< li >
531
569
< dfn > "other"</ dfn > , if none of the above conditions match.
532
570
</ li >
0 commit comments