maxcountryman_web_sys/features/
gen_FuzzingFunctions.rs

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