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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-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/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index f493e96e569d1133662a8e0ad175d64172c5915c..cb7c6350c2d5c2bd21a4476fd1957953b1640364 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -3,6 +3,9 @@ interface Blob
getter type
method constructor
method slice
+interface ByteLengthQueuingStrategy
+ method constructor
+ method size
interface Cache
method add
method addAll
@@ -36,6 +39,9 @@ interface CloseEvent : Event
getter reason
getter wasClean
method constructor
+interface CountQueuingStrategy
+ method constructor
+ method size
interface Crypto
getter subtle
method constructor
@@ -469,14 +475,12 @@ interface PushSubscription
method getKey
method toJSON
method unsubscribe
-interface ReadableByteStream
- method cancel
- method constructor
- method getReader
interface ReadableStream
+ getter locked
method cancel
method constructor
method getReader
+ method tee
interface Request
getter bodyUsed
getter credentials

Powered by Google App Engine
This is Rietveld 408576698