RequestDestination(String)
package js.html
Доступно в js
Перечисление RequestDestination содержит разрешенные значения для destination запроса. Эти строковые значения указывают на потенциальные типы контента, которые запрос может пытаться получить.
Документация RequestDestination от сотрудников Mozilla, лицензирована по CC-BY-SA 2.5.
См. также:
Переменные
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