W3cubDocs

/Haxe JavaScript

RequestCache(String)

package js.html

Available on js

Variables

@:value(cast "default") @:enum @:impl inline read only DEFAULT_:RequestCache = "default"

@:value(cast "force-cache") @:enum @:impl inline read only FORCE_CACHE:RequestCache = "force-cache"

@:value(cast "no-cache") @:enum @:impl inline read only NO_CACHE:RequestCache = "no-cache"

@:value(cast "no-store") @:enum @:impl inline read only NO_STORE:RequestCache = "no-store"

@:value(cast "reload") @:enum @:impl inline read only RELOAD:RequestCache = "reload"

Static variables

@:value(cast "default") @:enum @:impl static inline read only DEFAULT_:RequestCache = "default"

@:value(cast "force-cache") @:enum @:impl static inline read only FORCE_CACHE:RequestCache = "force-cache"

@:value(cast "no-cache") @:enum @:impl static inline read only NO_CACHE:RequestCache = "no-cache"

@:value(cast "no-store") @:enum @:impl static inline read only NO_STORE:RequestCache = "no-store"

@:value(cast "reload") @:enum @:impl static inline read only RELOAD:RequestCache = "reload"

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/RequestCache.html