Open Bug 1824244 Opened 1 year ago Updated 1 year ago

WebTransport object needs to be closed when the document is unloaded

Categories

(Core :: DOM: Networking, task, P2)

task

Tracking

()

People

(Reporter: jesup, Assigned: jesup)

References

Details

(Whiteboard: [necko-triaged])

Spec section 5.7:

2. For each WebTransport transport whose relevant global object is window:

    If transport.[[State]] is "connected", set transport.[[State]] to "failed" and terminate transport.[[Session]] in parallel.

    If transport.[[State]] is "connecting", set transport.[[State]] to "failed".
Assignee: nobody → rjesup
Severity: -- → N/A
Type: defect → task
Priority: -- → P2
Whiteboard: [necko-triaged]
You need to log in before you can comment on or make changes to this bug.