W3cubDocs

/Haxe JavaScript

ResponseType(String)

package js.html

Available on js

Variables

@:value(cast "basic") @:enum @:impl inline read only BASIC:ResponseType = "basic"

@:value(cast "cors") @:enum @:impl inline read only CORS:ResponseType = "cors"

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

@:value(cast "error") @:enum @:impl inline read only ERROR:ResponseType = "error"

@:value(cast "opaque") @:enum @:impl inline read only OPAQUE:ResponseType = "opaque"

@:value(cast "opaqueredirect") @:enum @:impl inline read only OPAQUEREDIRECT:ResponseType = "opaqueredirect"

Static variables

@:value(cast "basic") @:enum @:impl static inline read only BASIC:ResponseType = "basic"

@:value(cast "cors") @:enum @:impl static inline read only CORS:ResponseType = "cors"

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

@:value(cast "error") @:enum @:impl static inline read only ERROR:ResponseType = "error"

@:value(cast "opaque") @:enum @:impl static inline read only OPAQUE:ResponseType = "opaque"

@:value(cast "opaqueredirect") @:enum @:impl static inline read only OPAQUEREDIRECT:ResponseType = "opaqueredirect"

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