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

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

Issue 913423002: [Fetch] Expose Fetch API to window/workers without flags (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated expectations. Created 5 years, 10 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: LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index f33e36cc88fcdcfa80da0ba60be08a383c88c10d..2e6867ae7410504e202fbcdb130e580fd91a00c1 100644
--- a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -922,6 +922,18 @@ interface HTMLVideoElement
interface HashChangeEvent
method constructor
method initHashChangeEvent
+interface Headers
+ method append
+ method constructor
+ method delete
+ method entries
+ method forEach
+ method get
+ method getAll
+ method has
+ method keys
+ method set
+ method values
interface History
method back
method constructor
@@ -1400,6 +1412,20 @@ interface RegExp
method exec
method test
method toString
+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
@@ -2785,6 +2811,7 @@ interface Window
method close
method confirm
method constructor
+ method fetch
method find
method focus
method getComputedStyle

Powered by Google App Engine
This is Rietveld 408576698