
main.web.http.RequestCache.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package web.http
// language=JavaScript
@JsName("""(/*union*/{default: 'default', forceCache: 'force-cache', noCache: 'no-cache', noStore: 'no-store', onlyIfCached: 'only-if-cached', reload: 'reload'}/*union*/)""")
external enum class RequestCache :
/* legacy adapter */ org.w3c.fetch.RequestCache {
default,
forceCache,
noCache,
noStore,
onlyIfCached,
reload,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy