diff --git a/index.html b/index.html index cc6460de..9420be07 100644 --- a/index.html +++ b/index.html @@ -1580,24 +1580,25 @@

           dictionary WebAppManifest {
-             TextDirectionType dir = "auto";
-             DOMString lang;
-             USVString name;
-             USVString short_name;
-             USVString description;
-             sequence<ImageResource> icons;
-             sequence<ImageResource> screenshots;
-             sequence<USVString> categories;
-             DOMString iarc_rating_id;
-             USVString start_url;
-             DisplayModeType display = "browser";
-             OrientationLockType orientation;
-             USVString theme_color;
-             USVString background_color;
-             USVString scope;
-             ServiceWorkerRegistrationObject serviceworker;
-             sequence<ExternalApplicationResource> related_applications;
-             boolean prefer_related_applications = "false";
+             [CatchTypeError] TextDirectionType dir = "auto";
+             [CatchTypeError] DOMString lang;
+             [CatchTypeError] USVString name;
+             [CatchTypeError] USVString short_name;
+             [CatchTypeError] USVString description;
+             [CatchTypeError] sequence<[CatchTypeError] ImageResource> icons;
+             [CatchTypeError] sequence<[CatchTypeError] ImageResource> screenshots;
+             [CatchTypeError] sequence<[CatchTypeError] USVString> categories;
+             [CatchTypeError] DOMString iarc_rating_id;
+             [CatchTypeError] USVString start_url;
+             [CatchTypeError] DisplayModeType display = "browser";
+             [CatchTypeError] OrientationLockType orientation;
+             [CatchTypeError] USVString theme_color;
+             [CatchTypeError] USVString background_color;
+             [CatchTypeError] USVString scope;
+             [CatchTypeError] ServiceWorkerRegistrationObject serviceworker;
+             [CatchTypeError]
+             sequence<[CatchTypeError] ExternalApplicationResource> related_applications;
+             [CatchTypeError] boolean prefer_related_applications = "false";
           };