PokéRogue
GitHub
Switch to Main
Preparing search index...
src/battle-scene
RTCPeerConnectionIceErrorEventInit
Interface RTCPeerConnectionIceErrorEventInit
interface
RTCPeerConnectionIceErrorEventInit
{
address
?:
string
|
null
;
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
errorCode
:
number
;
errorText
?:
string
;
port
?:
number
|
null
;
url
?:
string
;
}
Hierarchy (
View Summary
)
EventInit
RTCPeerConnectionIceErrorEventInit
Index
Properties
address?
bubbles?
cancelable?
composed?
error
Code
error
Text?
port?
url?
Properties
Optional
address
address
?:
string
|
null
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
error
Code
errorCode
:
number
Optional
error
Text
errorText
?:
string
Optional
port
port
?:
number
|
null
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
bubbles
cancelable
composed
error
Code
error
Text
port
url
GitHub
Switch to Main
PokéRogue
Loading...