value property
A string which indicates the type of content the request is asking for.
This type is much broader than the usual document type values
(such as "document"
or "manifest"
), and may include contextual cues
such as "image"
or "worker"
or "audioworklet"
.
Implementation
final String value;