Skip to main content
Module

x/evt/mod.ts>dom.RTCError

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.RTCError
implements DOMException
import { type dom } from "https://deno.land/x/evt@v2.4.3/mod.ts";
const { RTCError } = dom;

Properties

readonly
errorDetail: RTCErrorDetailType
readonly
httpRequestStatusCode: number | null
readonly
receivedAlert: number | null
readonly
sctpCauseCode: number | null
readonly
sdpLineNumber: number | null
readonly
sentAlert: number | null