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

Unified Diff: third_party/WebKit/Source/modules/fetch/Request.idl

Issue 1899873006: Make Response::body return v8-extra based stream behind flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notify-locked-released
Patch Set: Created 4 years, 8 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/Source/modules/fetch/Request.idl
diff --git a/third_party/WebKit/Source/modules/fetch/Request.idl b/third_party/WebKit/Source/modules/fetch/Request.idl
index faa25cbc14b934891d94f888efe90282e3279245..4bff3fbb763f099bd76c0e74579044b9042f2eb7 100644
--- a/third_party/WebKit/Source/modules/fetch/Request.idl
+++ b/third_party/WebKit/Source/modules/fetch/Request.idl
@@ -33,7 +33,7 @@ enum RequestRedirect { "follow", "error", "manual" };
readonly attribute RequestRedirect redirect;
readonly attribute DOMString integrity;
- [RaisesException] Request clone();
+ [RaisesException, CallWith=ScriptState] Request clone();
};
Request implements Body;

Powered by Google App Engine
This is Rietveld 408576698