From 59203c63bb777a3bacec32fb8830fba33540e809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:29 +0200 Subject: Adding upstream version 127.0. Signed-off-by: Daniel Baumann --- dom/webidl/Clipboard.webidl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dom/webidl/Clipboard.webidl') diff --git a/dom/webidl/Clipboard.webidl b/dom/webidl/Clipboard.webidl index 5bc5cd51bc..d793916c1a 100644 --- a/dom/webidl/Clipboard.webidl +++ b/dom/webidl/Clipboard.webidl @@ -53,6 +53,8 @@ interface ClipboardItem { [NewObject] Promise getType(DOMString type); + + static boolean supports(DOMString type); }; enum PresentationStyle { "unspecified", "inline", "attachment" }; -- cgit v1.2.3