Interface WebTransportConnection
interface WebTransportConnection {
created: number;
id: string;
state: WebTransportState;
transport: WebTransport;
type: "webtransport";
url: string;
close(): Promise<void>;
}
created: number;
id: string;
state: WebTransportState;
transport: WebTransport;
type: "webtransport";
url: string;
close(): Promise<void>;
}
WebTransport connection interface