Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/evt/mod.ts>dom.RTCPeerConnectionIceErrorEventInit

💧EventEmitter's typesafe replacement
Latest
interface dom.RTCPeerConnectionIceErrorEventInit
implements EventInit
import { type dom } from "https://deno.land/x/evt@v2.5.7/mod.ts";
const { RTCPeerConnectionIceErrorEventInit } = dom;

Properties

errorCode: number
optional
hostCandidate: string
optional
statusText: string
optional
url: string