From f647e6d85615057f5eccb70cfe3b0a4103e4dcc0 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 13 Jun 2023 14:00:31 +0000 Subject: [PATCH] Add missing semicolon to WebIDL example (#417) Fixes #415 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d38ae81..6fbe783 100644 --- a/index.html +++ b/index.html @@ -429,7 +429,7 @@

dictionary SensesPermissionDescriptor : PermissionDescriptor { boolean canSmell = false; boolean canTaste = false; - } + };

Which would then be queried via the API in the following way: