| Index: Source/modules/serviceworkers/Response.idl
|
| diff --git a/Source/modules/serviceworkers/Response.idl b/Source/modules/serviceworkers/Response.idl
|
| index 67617a6bfa678fda754da02bec1b90f186a1e75b..4d650fee7a8f1a3c2988cc534f9206140ecd79ff 100644
|
| --- a/Source/modules/serviceworkers/Response.idl
|
| +++ b/Source/modules/serviceworkers/Response.idl
|
| @@ -5,7 +5,10 @@
|
| // 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,
|
| Exposed=ServiceWorker
|
| ] interface Response {
|
|
|