Preparing search index...
The search index is not available
melonjs
melonjs
<internal>
RTCPeerConnectionIceErrorEventInit
Interface RTCPeerConnectionIceErrorEventInit
interface
RTCPeerConnectionIceErrorEventInit
{
address
?:
null
|
string
;
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
errorCode
:
number
;
errorText
?:
string
;
port
?:
null
|
number
;
url
?:
string
;
}
Hierarchy (
view full
)
EventInit
RTCPeerConnectionIceErrorEventInit
Index
Properties
address?
bubbles?
cancelable?
composed?
error
Code
error
Text?
port?
url?
Properties
Optional
address
address
?:
null
|
string
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
error
Code
error
Code
:
number
Optional
error
Text
error
Text
?:
string
Optional
port
port
?:
null
|
number
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
bubbles
cancelable
composed
error
Code
error
Text
port
url
melonjs
Loading...