From fe118576f192279dda20812299b4811eb11def56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Tue, 4 Aug 2020 11:48:06 +1000 Subject: [PATCH] User a sequence for files --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 977a2ea..998ee14 100644 --- a/index.html +++ b/index.html @@ -265,7 +265,7 @@

           dictionary ShareData {
-            FrozenArray<File> files;
+            sequence<File> files;
             USVString title;
             USVString text;
             USVString url;