w3c / webtransport

WebTransport is a web API for flexible data transport
https://w3c.github.io/webtransport/
Other
838 stars 51 forks source link

WebTransportSendStream's abortSignal algorithm doesn't make sense #563

Closed jan-ivar closed 10 months ago

jan-ivar commented 11 months ago

The abort algorithm in https://w3c.github.io/webtransport/#send-stream-procedures references a promise variable that isn't defined anywhere:

image

It looks like the intent here was to reject pendingOperation when aborting stream finishes, so I'll add a PR to do that.