Skip to content

Commit

Permalink
Bug 1737535 [wpt PR 31367] - Remove abortReason from WritableStreamDe…
Browse files Browse the repository at this point in the history
…faultController interface, a=testonly

Automatic update from web-platform-tests
Remove abortReason from WritableStreamDefaultController interface

See whatwg/streams#1177, and especially whatwg/streams#1177 (comment) as to why this is not a bot-generated commit.
--

wpt-commits: 96ca25f0f7526282c0d47e6bf6a7edd439da1968
wpt-pr: 31367
  • Loading branch information
nidhijaju authored and moz-wptsync-bot committed Oct 29, 2021
1 parent 4b1a70b commit 0af4ed6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/web-platform/tests/interfaces/streams.idl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ interface WritableStreamDefaultWriter {

[Exposed=(Window,Worker,Worklet)]
interface WritableStreamDefaultController {
readonly attribute any abortReason;
readonly attribute AbortSignal signal;
undefined error(optional any e);
};
Expand Down

0 comments on commit 0af4ed6

Please sign in to comment.