Skip to content

Commit

Permalink
Add explicit [Exposed] to ReadableStreamDefaultController WebIDL
Browse files Browse the repository at this point in the history
This CL adds an explicit [Exposed=(Window,Worker,Worklet)] declaration
to the ReadableStreamDefaultController WebIDL file as it was added
in a new version of the Streams spec, based on whatwg/streams#963.

Intent To Ship: https://groups.google.com/a/chromium.org/g/blink-dev/c/yZuxrW9zhAs/m/6bXDaW2mAwAJ

Bug: 1093862
Change-Id: I2bd0c759d856c176037231adbe7e679ccea945c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570755
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Commit-Queue: Nidhi Jaju <nidhijaju@google.com>
Cr-Commit-Position: refs/heads/master@{#837841}
  • Loading branch information
nidhijaju authored and chromium-wpt-export-bot committed Dec 17, 2020
1 parent 170a516 commit 794b4cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion workers/semantics/interface-objects/002.worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ var unexpected = [
// https://streams.spec.whatwg.org/
"ReadableStreamDefaultReader",
"ReadableStreamBYOBReader",
"ReadableStreamDefaultController",
"ReadableByteStreamController",
"WritableStreamDefaultWriter",
"WritableStreamDefaultController",
Expand Down
1 change: 0 additions & 1 deletion workers/semantics/interface-objects/004.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ var unexpected = [
// https://streams.spec.whatwg.org/
"ReadableStreamDefaultReader",
"ReadableStreamBYOBReader",
"ReadableStreamDefaultController",
"ReadableByteStreamController",
"WritableStreamDefaultWriter",
"WritableStreamDefaultController",
Expand Down

0 comments on commit 794b4cc

Please sign in to comment.