Index: Source/modules/serviceworkers/Response.idl |
diff --git a/Source/modules/serviceworkers/Response.idl b/Source/modules/serviceworkers/Response.idl |
index 50ad9557e2c0bb63d4fb0bcba974b84cb18466a4..350c0a0a19a97e6e840af007547d63f220d31274 100644 |
--- a/Source/modules/serviceworkers/Response.idl |
+++ b/Source/modules/serviceworkers/Response.idl |
@@ -8,8 +8,9 @@ enum ResponseType { "basic", "cors", "default", "error", "opaque" }; |
[ |
// FIXME: Add ctors for FormData and URLSearchParams response bodies. |
+ Constructor(), |
Constructor(USVString body, optional Dictionary responseInitDict), |
- Constructor(Blob? body, optional Dictionary responseInitDict), |
+ Constructor(Blob body, optional Dictionary responseInitDict), |
Constructor(ArrayBuffer input, optional Dictionary requestInitDict), |
Constructor(ArrayBufferView input, optional Dictionary requestInitDict), |
ConstructorCallWith=ExecutionContext, |