Properties
EventTarget
EventTarget: object
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:5081
Type declaration
constructor: function
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:5082
binaryType
binaryType: string
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11342
bufferedAmount
bufferedAmount: number
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11343
bufferedAmountLowThreshold
bufferedAmountLowThreshold: number
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11344
id
id: number | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11345
label
label: string
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11346
maxPacketLifeTime
maxPacketLifeTime: number | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11347
maxRetransmits
maxRetransmits: number | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11348
negotiated
negotiated: boolean
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11349
onbufferedamountlow
onbufferedamountlow: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11350
onclose
onclose: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11351
onerror
onerror: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11352
onmessage
onmessage: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11353
onopen
onopen: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11354
ordered
ordered: boolean
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11355
priority
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11356
protocol
protocol: string
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11357
readyState
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11358
Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.