@yesstudio/nuxt-composables
Preparing search index...
RTCPeerConnectionIceErrorEventInit
Interface RTCPeerConnectionIceErrorEventInit
interface
RTCPeerConnectionIceErrorEventInit
{
address
?:
string
|
null
;
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
errorCode
:
number
;
errorText
?:
string
;
port
?:
number
|
null
;
url
?:
string
;
}
Hierarchy
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
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
bubbles
cancelable
composed
error
Code
error
Text
port
url
@yesstudio/nuxt-composables
Loading...