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

Unified Diff: Source/modules/serviceworkers/Response.idl

Issue 304233017: ServiceWorker: Add layout tests for fetch event response (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: patch for landing Created 6 years, 6 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 | « Source/modules/serviceworkers/Response.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/Response.idl
diff --git a/Source/modules/serviceworkers/Response.idl b/Source/modules/serviceworkers/Response.idl
index 4d650fee7a8f1a3c2988cc534f9206140ecd79ff..d7fdf744e42aca302d0ab94782bc5b9ede79cffa 100644
--- a/Source/modules/serviceworkers/Response.idl
+++ b/Source/modules/serviceworkers/Response.idl
@@ -5,8 +5,6 @@
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#response-objects
// FIXME: Split this idl/impl into AbstractResponse and Response.
[
- // FIXME: Remove this legacy function after the required Chromium-side patch lands.
- Constructor(optional Dictionary responseInitDict),
// FIXME: Add ctors for String, Stream, and ArrayBuffer/ArrayBufferView response bodies.
Constructor(Blob body, optional Dictionary responseInitDict),
RuntimeEnabled=ServiceWorker,
« no previous file with comments | « Source/modules/serviceworkers/Response.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698