Skip to main content
Module

x/evt/mod.ts>dom.RTCDataChannelInit

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

Properties

optional
id: number
optional
maxPacketLifeTime: number
optional
maxRetransmits: number
optional
negotiated: boolean
optional
ordered: boolean
optional
priority: RTCPriorityType
optional
protocol: string