Type Alias RequestDestination

    RequestDestination:
        | ""
        | "audio"
        | "audioworklet"
        | "document"
        | "embed"
        | "font"
        | "frame"
        | "iframe"
        | "image"
        | "manifest"
        | "object"
        | "paintworklet"
        | "report"
        | "script"
        | "sharedworker"
        | "style"
        | "track"
        | "video"
        | "worker"
        | "xslt"