All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.web.http.RequestDestination.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
)

package web.http

// language=JavaScript
@JsName("""(/*union*/{none: '', audio: 'audio', audioworklet: 'audioworklet', document: 'document', embed: 'embed', font: 'font', frame: 'frame', iframe: 'iframe', image: 'image', manifest: 'manifest', object: 'object', paintworklet: 'paintworklet', report: 'report', script: 'script', sharedworker: 'sharedworker', style: 'style', track: 'track', video: 'video', worker: 'worker', xslt: 'xslt'}/*union*/)""")
external enum class RequestDestination :
/* legacy adapter */ org.w3c.fetch.RequestDestination {
    none,
    audio,
    audioworklet,
    document,
    embed,
    font,
    frame,
    iframe,
    image,
    manifest,
    `object`,
    paintworklet,
    report,
    script,
    sharedworker,
    style,
    track,
    video,
    worker,
    xslt,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy