W3cubDocs

/Haxe JavaScript

DataChannelState(String)

package js.html.rtc

Available on js

Variables

@:value(cast "closed") @:enum @:impl inline read only CLOSED:DataChannelState = "closed"

@:value(cast "closing") @:enum @:impl inline read only CLOSING:DataChannelState = "closing"

@:value(cast "connecting") @:enum @:impl inline read only CONNECTING:DataChannelState = "connecting"

@:value(cast "open") @:enum @:impl inline read only OPEN:DataChannelState = "open"

Static variables

@:value(cast "closed") @:enum @:impl static inline read only CLOSED:DataChannelState = "closed"

@:value(cast "closing") @:enum @:impl static inline read only CLOSING:DataChannelState = "closing"

@:value(cast "connecting") @:enum @:impl static inline read only CONNECTING:DataChannelState = "connecting"

@:value(cast "open") @:enum @:impl static inline read only OPEN:DataChannelState = "open"

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