package js.html
Available on js
The RequestDestination
enumerated type contains the permitted values for a request's destination
. These string values indicate potential types of content that a request may try to retrieve.
Documentation RequestDestination by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
inlineread onlyAUDIO:RequestDestination = "audio"
inlineread onlyAUDIOWORKLET:RequestDestination = "audioworklet"
inlineread onlyDOCUMENT:RequestDestination = "document"
inlineread onlyEMBED:RequestDestination = "embed"
inlineread onlyFONT:RequestDestination = "font"
inlineread onlyIMAGE:RequestDestination = "image"
inlineread onlyMANIFEST:RequestDestination = "manifest"
inlineread onlyNONE:RequestDestination = ""
inlineread onlyOBJECT:RequestDestination = "object"
inlineread onlyPAINTWORKLET:RequestDestination = "paintworklet"
inlineread onlyREPORT:RequestDestination = "report"
inlineread onlySCRIPT:RequestDestination = "script"
inlineread onlySHAREDWORKER:RequestDestination = "sharedworker"
inlineread onlySTYLE:RequestDestination = "style"
inlineread onlyTRACK:RequestDestination = "track"
inlineread onlyVIDEO:RequestDestination = "video"
inlineread onlyWORKER:RequestDestination = "worker"
inlineread onlyXSLT:RequestDestination = "xslt"
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/RequestDestination.html