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

RTCPeerConnectionIceErrorEventInit

interface RTCPeerConnectionIceErrorEventInit extends EventInit {
address?: string | null;
errorCode: number;
errorText?: string;
port?: number | null;
url?: string;
}

§Extends

§Properties

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