Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 1993033003: Ship "Response construction with ReadableStream". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index 5cbe1dd9a9d3b62299209dc124fa8b8cc031466b..f88ace4cb9b14d0700406ff890ed5965568875e5 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -265,6 +265,9 @@ interface BlobEvent : Event
attribute @@toStringTag
getter data
method constructor
+interface ByteLengthQueuingStrategy
+ method constructor
+ method size
interface CDATASection : Text
attribute @@toStringTag
method constructor
@@ -561,6 +564,9 @@ interface ConvolverNode : AudioNode
method constructor
setter buffer
setter normalize
+interface CountQueuingStrategy
+ method constructor
+ method size
interface Credential
attribute @@toStringTag
getter id
@@ -3824,15 +3830,12 @@ interface Range
method setStartBefore
method surroundContents
method toString
-interface ReadableByteStream
- attribute @@toStringTag
- method cancel
- method constructor
- method getReader
interface ReadableStream
+ getter locked
method cancel
method constructor
method getReader
+ method tee
interface Request
attribute @@toStringTag
getter bodyUsed

Powered by Google App Engine
This is Rietveld 408576698