web_sys/features/
gen_FuzzingFunctions.rs1#![allow(unused_imports)]
2#![allow(clippy::all)]
3use super::*;
4use wasm_bindgen::prelude::*;
5#[wasm_bindgen]
6extern "C" {
7 # [wasm_bindgen (extends = :: js_sys :: Object , js_name = FuzzingFunctions , typescript_type = "FuzzingFunctions")]
8 #[derive(Debug, Clone, PartialEq, Eq)]
9 #[doc = "The `FuzzingFunctions` class."]
10 #[doc = ""]
11 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FuzzingFunctions)"]
12 #[doc = ""]
13 #[doc = "*This API requires the following crate features to be activated: `FuzzingFunctions`*"]
14 pub type FuzzingFunctions;
15 # [wasm_bindgen (static_method_of = FuzzingFunctions , js_class = "FuzzingFunctions" , js_name = cycleCollect)]
16 #[doc = "The `cycleCollect()` method."]
17 #[doc = ""]
18 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FuzzingFunctions/cycleCollect_static)"]
19 #[doc = ""]
20 #[doc = "*This API requires the following crate features to be activated: `FuzzingFunctions`*"]
21 pub fn cycle_collect();
22 # [wasm_bindgen (catch , static_method_of = FuzzingFunctions , js_class = "FuzzingFunctions" , js_name = enableAccessibility)]
23 #[doc = "The `enableAccessibility()` method."]
24 #[doc = ""]
25 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FuzzingFunctions/enableAccessibility_static)"]
26 #[doc = ""]
27 #[doc = "*This API requires the following crate features to be activated: `FuzzingFunctions`*"]
28 pub fn enable_accessibility() -> Result<(), JsValue>;
29 # [wasm_bindgen (static_method_of = FuzzingFunctions , js_class = "FuzzingFunctions" , js_name = garbageCollect)]
30 #[doc = "The `garbageCollect()` method."]
31 #[doc = ""]
32 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FuzzingFunctions/garbageCollect_static)"]
33 #[doc = ""]
34 #[doc = "*This API requires the following crate features to be activated: `FuzzingFunctions`*"]
35 pub fn garbage_collect();
36}