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

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 6b7c15070d270e508dcceb66c0e69965852dc52f..ea2a05160bb636927ba35e5fa64e3a47f32629a8 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -976,6 +976,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
@@ -1477,6 +1485,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