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

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

// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
)

package web.http

// language=JavaScript
@JsName("""(/*union*/{cors: 'cors', navigate: 'navigate', noCors: 'no-cors', sameOrigin: 'same-origin'}/*union*/)""")
external enum class RequestMode :
/* legacy adapter */ org.w3c.fetch.RequestMode {
    cors,
    navigate,
    noCors,
    sameOrigin,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy