RequestDestination
type RequestDestination =| ""| "audio"| "audioworklet"| "document"| "embed"| "font"| "image"| "manifest"| "object"| "paintworklet"| "report"| "script"| "sharedworker"| "style"| "track"| "video"| "worker"| "xslt";
Тип
"" | "audio" | "audioworklet" | "document" | "embed" | "font" | "image" | "manifest" | "object" | "paintworklet" | "report" | "script" | "sharedworker" | "style" | "track" | "video" | "worker" | "xslt"
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/RequestDestination