From 1e7c3943659b17e2f32ccb2cd6e95741aac43b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Sat, 13 Apr 2019 09:59:45 +0200 Subject: [PATCH] Fix escaping that doesn't work in Broken by https://github.com/w3c/FileAPI/pull/117 --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 448be27..7debb17 100644 --- a/index.bs +++ b/index.bs @@ -219,7 +219,7 @@ if any such underlying storage exists. Further normative definition of <a>snapshot state</a> can be found for {{File}}s. <xmp class="idl"> -[Constructor(optional sequence&lt;BlobPart> blobParts, +[Constructor(optional sequence<BlobPart> blobParts, optional BlobPropertyBag options), Exposed=(Window,Worker), Serializable] interface Blob {