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

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

Issue 1043133002: [Fetch] Remove Request.body. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/Request.idl
diff --git a/Source/modules/fetch/Request.idl b/Source/modules/fetch/Request.idl
index 4aacac79c05f6cdeb5cafdd0637caf4d89f85f72..34332105e07fdc3586e36fada6ece6982da89f26 100644
--- a/Source/modules/fetch/Request.idl
+++ b/Source/modules/fetch/Request.idl
@@ -28,10 +28,6 @@ enum RequestCredentials { "omit", "same-origin", "include" };
[RaisesException] Request clone();
- // FIXME: Move this attribute into Body when the extended-attribute
- // is removed.
- [RuntimeEnabled=ExperimentalStream] readonly attribute ReadableByteStream body;
-
// FIXME: Implement the following:
// readonly attribute RequestContext context;
};
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698