Skip to content

Commit

Permalink
Update files/en-us/web/api/htmlselectelement/showpicker/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Nov 21, 2023
1 parent c2270f9 commit a116c12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/en-us/web/api/htmlselectelement/showpicker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a116c12

Please sign in to comment.