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

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

Issue 2008673003: Ship "Response construction with ReadableStream". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
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 2e7106a4ce64666ec97ff85439aadddf41847c84..d0b9137db34b5041fefa13c7fdd826e6dc9f036d 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
@@ -3825,15 +3831,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