From f6fc365832ee6ee447d7a7cb90dc8940f9ccfad5 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Tue, 21 Nov 2023 13:41:30 +1100 Subject: [PATCH] Update files/en-us/web/api/htmlselectelement/showpicker/index.md --- files/en-us/web/api/htmlselectelement/showpicker/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/en-us/web/api/htmlselectelement/showpicker/index.md b/files/en-us/web/api/htmlselectelement/showpicker/index.md index c1b65e11459248d..3ee3cc6414be373 100644 --- a/files/en-us/web/api/htmlselectelement/showpicker/index.md +++ b/files/en-us/web/api/htmlselectelement/showpicker/index.md @@ -34,6 +34,8 @@ None ({{jsxref("undefined")}}). - : Thrown if the element is not mutable, meaning that the user cannot modify it and/or that it cannot be automatically prefilled. - `NotAllowedError` {{domxref("DOMException")}} - : Thrown if not explicitly triggered by a user action such as a touch gesture or mouse click (the picker requires {{Glossary("Transient activation")}}). +- `NotSupportedError` {{domxref("DOMException")}} + - : Thrown if the element associated with the picker is not being rendered. - `SecurityError` {{domxref("DOMException")}} - : Thrown if called in a cross-origin iframe.