Closed Bug 1714341 Opened 3 years ago Closed 3 years ago

Define WritableStreamDefaultController.signal

Categories

(Core :: JavaScript Engine, enhancement, P3)

Firefox 91
enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1735664

People

(Reporter: yhirano, Unassigned)

References

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36

Steps to reproduce:

Define the property to signal abort to UnderlyingSink even
when it has a pending write or close operation.

https://github.com/whatwg/streams/issues/1015

Setting a component for this enhancement in order to get the dev team involved.
If you feel it's an incorrect one please feel free to change it to a more appropriate one.

Component: Untriaged → DOM: CSS Object Model
Product: Firefox → Core
Status: UNCONFIRMED → NEW
Ever confirmed: true
Component: DOM: CSS Object Model → JavaScript Engine
Blocks: 1474543
Severity: -- → N/A
Priority: -- → P3

FYI: we have changed the API here slightly to no longer include an abortReason property; instead the reason will be exposed on the signal itself, per https://github.com/whatwg/dom/pull/1027.

The need DOM based implementation has this.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.