Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Section 11.3: RTCDataChannel: Promise send #111

@aboba

Description

@aboba

Section 11.3 of the current editor's draft has:

partial interface RTCDataChannel : EventTarget {
Promise send (DOMString data);
Promise send (Blob data);
Promise send (ArrayBuffer data);
Promise send (ArrayBufferView data);
}

There is a known bug where send can block for substantial time. However, if this bug is fixed, It is not clear that a Promise is needed. Can we remove this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions