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

x/evt/lib/types/lib.dom.ts>RTCSessionDescriptionCallback

💧EventEmitter's typesafe replacement
Latest
interface RTCSessionDescriptionCallback
import { type RTCSessionDescriptionCallback } from "https://deno.land/x/evt@v2.5.7/lib/types/lib.dom.ts";

Call Signatures

(description: RTCSessionDescriptionInit): void