Skip to main content
Module

x/evt/mod.ts>dom.RTCErrorDetailType

💧EventEmitter's typesafe replacement
Go to Latest
type alias dom.RTCErrorDetailType
import { type dom } from "https://deno.land/x/evt@v2.3.1/mod.ts";
const { RTCErrorDetailType } = dom;
definition:
| "data-channel-failure"
| "dtls-failure"
| "fingerprint-failure"
| "hardware-encoder-error"
| "hardware-encoder-not-available"
| "idp-bad-script-failure"
| "idp-execution-failure"
| "idp-load-failure"
| "idp-need-login"
| "idp-timeout"
| "idp-tls-failure"
| "idp-token-expired"
| "idp-token-invalid"
| "sctp-failure"
| "sdp-syntax-error"