Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RTCPeerConnectionIceErrorEvent

interface RTCPeerConnectionIceErrorEvent extends Event {
readonly address: string | null;
readonly errorCode: number;
readonly errorText: string;
readonly port: number | null;
readonly url: string;
}
var RTCPeerConnectionIceErrorEvent: {};

§Extends

§Properties

§
readonly address: string | null
[src]
§
readonly errorCode: number
[src]
§
readonly errorText: string
[src]
§
readonly port: number | null
[src]
§
readonly url: string
[src]