summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_HtmlObjectElement.rs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
commit9835e2ae736235810b4ea1c162ca5e65c547e770 (patch)
tree3fcebf40ed70e581d776a8a4c65923e8ec20e026 /vendor/web-sys/src/features/gen_HtmlObjectElement.rs
parentReleasing progress-linux version 1.70.0+dfsg2-1~progress7.99u1. (diff)
downloadrustc-9835e2ae736235810b4ea1c162ca5e65c547e770.tar.xz
rustc-9835e2ae736235810b4ea1c162ca5e65c547e770.zip
Merging upstream version 1.71.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/web-sys/src/features/gen_HtmlObjectElement.rs')
-rw-r--r--vendor/web-sys/src/features/gen_HtmlObjectElement.rs327
1 files changed, 327 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_HtmlObjectElement.rs b/vendor/web-sys/src/features/gen_HtmlObjectElement.rs
new file mode 100644
index 000000000..8ef2219a7
--- /dev/null
+++ b/vendor/web-sys/src/features/gen_HtmlObjectElement.rs
@@ -0,0 +1,327 @@
+#![allow(unused_imports)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+extern "C" {
+ # [wasm_bindgen (extends = HtmlElement , extends = Element , extends = Node , extends = EventTarget , extends = :: js_sys :: Object , js_name = HTMLObjectElement , typescript_type = "HTMLObjectElement")]
+ #[derive(Debug, Clone, PartialEq, Eq)]
+ #[doc = "The `HtmlObjectElement` class."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub type HtmlObjectElement;
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = data)]
+ #[doc = "Getter for the `data` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/data)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn data(this: &HtmlObjectElement) -> String;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = data)]
+ #[doc = "Setter for the `data` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/data)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_data(this: &HtmlObjectElement, value: &str);
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = type)]
+ #[doc = "Getter for the `type` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/type)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn type_(this: &HtmlObjectElement) -> String;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = type)]
+ #[doc = "Setter for the `type` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/type)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_type(this: &HtmlObjectElement, value: &str);
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = typeMustMatch)]
+ #[doc = "Getter for the `typeMustMatch` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/typeMustMatch)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn type_must_match(this: &HtmlObjectElement) -> bool;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = typeMustMatch)]
+ #[doc = "Setter for the `typeMustMatch` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/typeMustMatch)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_type_must_match(this: &HtmlObjectElement, value: bool);
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = name)]
+ #[doc = "Getter for the `name` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/name)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn name(this: &HtmlObjectElement) -> String;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = name)]
+ #[doc = "Setter for the `name` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/name)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_name(this: &HtmlObjectElement, value: &str);
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = useMap)]
+ #[doc = "Getter for the `useMap` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/useMap)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn use_map(this: &HtmlObjectElement) -> String;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = useMap)]
+ #[doc = "Setter for the `useMap` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/useMap)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_use_map(this: &HtmlObjectElement, value: &str);
+ #[cfg(feature = "HtmlFormElement")]
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = form)]
+ #[doc = "Getter for the `form` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/form)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlFormElement`, `HtmlObjectElement`*"]
+ pub fn form(this: &HtmlObjectElement) -> Option<HtmlFormElement>;
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = width)]
+ #[doc = "Getter for the `width` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/width)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn width(this: &HtmlObjectElement) -> String;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = width)]
+ #[doc = "Setter for the `width` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/width)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_width(this: &HtmlObjectElement, value: &str);
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = height)]
+ #[doc = "Getter for the `height` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/height)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn height(this: &HtmlObjectElement) -> String;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = height)]
+ #[doc = "Setter for the `height` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/height)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_height(this: &HtmlObjectElement, value: &str);
+ #[cfg(feature = "Document")]
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = contentDocument)]
+ #[doc = "Getter for the `contentDocument` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/contentDocument)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `Document`, `HtmlObjectElement`*"]
+ pub fn content_document(this: &HtmlObjectElement) -> Option<Document>;
+ #[cfg(feature = "Window")]
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = contentWindow)]
+ #[doc = "Getter for the `contentWindow` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/contentWindow)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`, `Window`*"]
+ pub fn content_window(this: &HtmlObjectElement) -> Option<Window>;
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = willValidate)]
+ #[doc = "Getter for the `willValidate` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/willValidate)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn will_validate(this: &HtmlObjectElement) -> bool;
+ #[cfg(feature = "ValidityState")]
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = validity)]
+ #[doc = "Getter for the `validity` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/validity)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`, `ValidityState`*"]
+ pub fn validity(this: &HtmlObjectElement) -> ValidityState;
+ # [wasm_bindgen (structural , catch , method , getter , js_class = "HTMLObjectElement" , js_name = validationMessage)]
+ #[doc = "Getter for the `validationMessage` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/validationMessage)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn validation_message(this: &HtmlObjectElement) -> Result<String, JsValue>;
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = align)]
+ #[doc = "Getter for the `align` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/align)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn align(this: &HtmlObjectElement) -> String;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = align)]
+ #[doc = "Setter for the `align` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/align)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_align(this: &HtmlObjectElement, value: &str);
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = archive)]
+ #[doc = "Getter for the `archive` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/archive)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn archive(this: &HtmlObjectElement) -> String;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = archive)]
+ #[doc = "Setter for the `archive` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/archive)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_archive(this: &HtmlObjectElement, value: &str);
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = code)]
+ #[doc = "Getter for the `code` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/code)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn code(this: &HtmlObjectElement) -> String;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = code)]
+ #[doc = "Setter for the `code` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/code)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_code(this: &HtmlObjectElement, value: &str);
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = declare)]
+ #[doc = "Getter for the `declare` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/declare)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn declare(this: &HtmlObjectElement) -> bool;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = declare)]
+ #[doc = "Setter for the `declare` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/declare)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_declare(this: &HtmlObjectElement, value: bool);
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = hspace)]
+ #[doc = "Getter for the `hspace` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/hspace)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn hspace(this: &HtmlObjectElement) -> u32;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = hspace)]
+ #[doc = "Setter for the `hspace` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/hspace)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_hspace(this: &HtmlObjectElement, value: u32);
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = standby)]
+ #[doc = "Getter for the `standby` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/standby)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn standby(this: &HtmlObjectElement) -> String;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = standby)]
+ #[doc = "Setter for the `standby` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/standby)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_standby(this: &HtmlObjectElement, value: &str);
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = vspace)]
+ #[doc = "Getter for the `vspace` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/vspace)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn vspace(this: &HtmlObjectElement) -> u32;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = vspace)]
+ #[doc = "Setter for the `vspace` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/vspace)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_vspace(this: &HtmlObjectElement, value: u32);
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = codeBase)]
+ #[doc = "Getter for the `codeBase` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/codeBase)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn code_base(this: &HtmlObjectElement) -> String;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = codeBase)]
+ #[doc = "Setter for the `codeBase` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/codeBase)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_code_base(this: &HtmlObjectElement, value: &str);
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = codeType)]
+ #[doc = "Getter for the `codeType` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/codeType)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn code_type(this: &HtmlObjectElement) -> String;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = codeType)]
+ #[doc = "Setter for the `codeType` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/codeType)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_code_type(this: &HtmlObjectElement, value: &str);
+ # [wasm_bindgen (structural , method , getter , js_class = "HTMLObjectElement" , js_name = border)]
+ #[doc = "Getter for the `border` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/border)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn border(this: &HtmlObjectElement) -> String;
+ # [wasm_bindgen (structural , method , setter , js_class = "HTMLObjectElement" , js_name = border)]
+ #[doc = "Setter for the `border` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/border)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_border(this: &HtmlObjectElement, value: &str);
+ # [wasm_bindgen (method , structural , js_class = "HTMLObjectElement" , js_name = checkValidity)]
+ #[doc = "The `checkValidity()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/checkValidity)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn check_validity(this: &HtmlObjectElement) -> bool;
+ #[cfg(feature = "Document")]
+ # [wasm_bindgen (method , structural , js_class = "HTMLObjectElement" , js_name = getSVGDocument)]
+ #[doc = "The `getSVGDocument()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/getSVGDocument)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `Document`, `HtmlObjectElement`*"]
+ pub fn get_svg_document(this: &HtmlObjectElement) -> Option<Document>;
+ # [wasm_bindgen (method , structural , js_class = "HTMLObjectElement" , js_name = reportValidity)]
+ #[doc = "The `reportValidity()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/reportValidity)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn report_validity(this: &HtmlObjectElement) -> bool;
+ # [wasm_bindgen (method , structural , js_class = "HTMLObjectElement" , js_name = setCustomValidity)]
+ #[doc = "The `setCustomValidity()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/setCustomValidity)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `HtmlObjectElement`*"]
+ pub fn set_custom_validity(this: &HtmlObjectElement, error: &str);
+}