From 28e48858b3cb90318aab300b62a0fa5f55dc7a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Thu, 11 Jul 2019 15:44:09 +1000 Subject: [PATCH] set default for optional dictionary --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 5e5eae4..d08eeea 100644 --- a/index.bs +++ b/index.bs @@ -189,7 +189,7 @@ urlPrefix: https://w3c.github.io/FileAPI/#dfn-; type: dfn;
-		[Constructor(DOMString type, optional ClipboardEventInit eventInitDict), Exposed=Window]
+		[Constructor(DOMString type, optional ClipboardEventInit eventInitDict = {}), Exposed=Window]
 		interface ClipboardEvent : Event {
 		  readonly attribute DataTransfer? clipboardData;
 		};