initiatorType property
String
get
initiatorType
The initiatorType
read-only property is a string representing web
platform feature that initiated the resource load.
Note: This property does not represent the type of content fetched. A
.css
file can be fetched using alink
element leading to aninitiatorType
oflink
. When loading images usingbackground: url()
in a CSS file, theinitiatorType
will becss
and notimg
.
Implementation
external String get initiatorType;