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

Unified Diff: LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 771323004: Expose Fetch API related classes to Window and WorkerGlobalScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@exposed-runtime-enabled
Patch Set: Created 6 years 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: LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/webexposed/global-interface-listing-expected.txt b/LayoutTests/webexposed/global-interface-listing-expected.txt
index 29bcda4b5a04e1443c523254e81f53085f65b2c2..919046584a5b129c3b7622a9a09dd0206aab092e 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -973,6 +973,14 @@ interface HTMLVideoElement
interface HashChangeEvent
method constructor
method initHashChangeEvent
+interface Headers
+ method append
+ method constructor
+ method delete
+ method get
+ method getAll
+ method has
+ method set
interface History
method back
method constructor
@@ -1474,6 +1482,20 @@ interface RegExp
method toString
interface RelatedEvent
method constructor
+interface Request
+ method arrayBuffer
+ method blob
+ method clone
+ method constructor
+ method json
+ method text
+interface Response
+ method arrayBuffer
+ method blob
+ method clone
+ method constructor
+ method json
+ method text
interface SVGAElement
method constructor
interface SVGAngle

Powered by Google App Engine
This is Rietveld 408576698