Index: Source/modules/serviceworkers/Response.idl |
diff --git a/Source/modules/serviceworkers/Response.idl b/Source/modules/serviceworkers/Response.idl |
index 00fd8c05cda8bdb3b3667a74674ebd0593a7cced..cef113dcd0250f93804fd1a022d9696a8938d179 100644 |
--- a/Source/modules/serviceworkers/Response.idl |
+++ b/Source/modules/serviceworkers/Response.idl |
@@ -11,6 +11,7 @@ enum ResponseType { "basic", "cors", "default", "error", "opaque" }; |
// and URLSearchParams response bodies. |
Constructor(ScalarValueString body, optional Dictionary responseInitDict), |
Constructor(Blob? body, optional Dictionary responseInitDict), |
+ Constructor(ArrayBuffer input, optional Dictionary requestInitDict), |
RuntimeEnabled=ServiceWorker, |
Exposed=ServiceWorker, |
RaisesException=Constructor, |