[whatwg/streams] WritableStreamDefaultController uses AbortSignal on Worklet where it isn't exposed (Issue #1199)

I am not sure where the right place to open this issue is. [`WritableStreamDefaultController`](https://streams.spec.whatwg.org/#writablestreamdefaultcontroller) is exposed on `(Window,Worker,Worklet)` and uses `AbortSignal signal`. [`AbortSignal`](https://dom.spec.whatwg.org/#abortsignal) itself however is only exposed on `Window,Worker`.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1199
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/issues/1199@github.com>

Received on Friday, 17 December 2021 11:55:07 UTC