1 pub mod console {
2     #![allow(unused_imports)]
3     use super::super::*;
4     use wasm_bindgen::prelude::*;
5     #[wasm_bindgen]
6     extern "C" {
7         # [wasm_bindgen (js_namespace = console , js_name = assert)]
8         #[doc = "The `console.assert()` function."]
9         #[doc = ""]
10         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)"]
11         #[doc = ""]
12         #[doc = "*This API requires the following crate features to be activated: `console`*"]
assert()13         pub fn assert();
14         # [wasm_bindgen (variadic , js_namespace = console , js_name = assert)]
15         #[doc = "The `console.assert()` function."]
16         #[doc = ""]
17         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)"]
18         #[doc = ""]
19         #[doc = "*This API requires the following crate features to be activated: `console`*"]
assert_with_condition_and_data(condition: bool, data: &::js_sys::Array)20         pub fn assert_with_condition_and_data(condition: bool, data: &::js_sys::Array);
21         # [wasm_bindgen (js_namespace = console , js_name = assert)]
22         #[doc = "The `console.assert()` function."]
23         #[doc = ""]
24         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)"]
25         #[doc = ""]
26         #[doc = "*This API requires the following crate features to be activated: `console`*"]
assert_with_condition_and_data_0(condition: bool)27         pub fn assert_with_condition_and_data_0(condition: bool);
28         # [wasm_bindgen (js_namespace = console , js_name = assert)]
29         #[doc = "The `console.assert()` function."]
30         #[doc = ""]
31         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)"]
32         #[doc = ""]
33         #[doc = "*This API requires the following crate features to be activated: `console`*"]
assert_with_condition_and_data_1(condition: bool, data_1: &::wasm_bindgen::JsValue)34         pub fn assert_with_condition_and_data_1(condition: bool, data_1: &::wasm_bindgen::JsValue);
35         # [wasm_bindgen (js_namespace = console , js_name = assert)]
36         #[doc = "The `console.assert()` function."]
37         #[doc = ""]
38         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)"]
39         #[doc = ""]
40         #[doc = "*This API requires the following crate features to be activated: `console`*"]
assert_with_condition_and_data_2( condition: bool, data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, )41         pub fn assert_with_condition_and_data_2(
42             condition: bool,
43             data_1: &::wasm_bindgen::JsValue,
44             data_2: &::wasm_bindgen::JsValue,
45         );
46         # [wasm_bindgen (js_namespace = console , js_name = assert)]
47         #[doc = "The `console.assert()` function."]
48         #[doc = ""]
49         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)"]
50         #[doc = ""]
51         #[doc = "*This API requires the following crate features to be activated: `console`*"]
assert_with_condition_and_data_3( condition: bool, data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )52         pub fn assert_with_condition_and_data_3(
53             condition: bool,
54             data_1: &::wasm_bindgen::JsValue,
55             data_2: &::wasm_bindgen::JsValue,
56             data_3: &::wasm_bindgen::JsValue,
57         );
58         # [wasm_bindgen (js_namespace = console , js_name = assert)]
59         #[doc = "The `console.assert()` function."]
60         #[doc = ""]
61         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)"]
62         #[doc = ""]
63         #[doc = "*This API requires the following crate features to be activated: `console`*"]
assert_with_condition_and_data_4( condition: bool, data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )64         pub fn assert_with_condition_and_data_4(
65             condition: bool,
66             data_1: &::wasm_bindgen::JsValue,
67             data_2: &::wasm_bindgen::JsValue,
68             data_3: &::wasm_bindgen::JsValue,
69             data_4: &::wasm_bindgen::JsValue,
70         );
71         # [wasm_bindgen (js_namespace = console , js_name = assert)]
72         #[doc = "The `console.assert()` function."]
73         #[doc = ""]
74         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)"]
75         #[doc = ""]
76         #[doc = "*This API requires the following crate features to be activated: `console`*"]
assert_with_condition_and_data_5( condition: bool, data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )77         pub fn assert_with_condition_and_data_5(
78             condition: bool,
79             data_1: &::wasm_bindgen::JsValue,
80             data_2: &::wasm_bindgen::JsValue,
81             data_3: &::wasm_bindgen::JsValue,
82             data_4: &::wasm_bindgen::JsValue,
83             data_5: &::wasm_bindgen::JsValue,
84         );
85         # [wasm_bindgen (js_namespace = console , js_name = assert)]
86         #[doc = "The `console.assert()` function."]
87         #[doc = ""]
88         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)"]
89         #[doc = ""]
90         #[doc = "*This API requires the following crate features to be activated: `console`*"]
assert_with_condition_and_data_6( condition: bool, data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )91         pub fn assert_with_condition_and_data_6(
92             condition: bool,
93             data_1: &::wasm_bindgen::JsValue,
94             data_2: &::wasm_bindgen::JsValue,
95             data_3: &::wasm_bindgen::JsValue,
96             data_4: &::wasm_bindgen::JsValue,
97             data_5: &::wasm_bindgen::JsValue,
98             data_6: &::wasm_bindgen::JsValue,
99         );
100         # [wasm_bindgen (js_namespace = console , js_name = assert)]
101         #[doc = "The `console.assert()` function."]
102         #[doc = ""]
103         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)"]
104         #[doc = ""]
105         #[doc = "*This API requires the following crate features to be activated: `console`*"]
assert_with_condition_and_data_7( condition: bool, data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )106         pub fn assert_with_condition_and_data_7(
107             condition: bool,
108             data_1: &::wasm_bindgen::JsValue,
109             data_2: &::wasm_bindgen::JsValue,
110             data_3: &::wasm_bindgen::JsValue,
111             data_4: &::wasm_bindgen::JsValue,
112             data_5: &::wasm_bindgen::JsValue,
113             data_6: &::wasm_bindgen::JsValue,
114             data_7: &::wasm_bindgen::JsValue,
115         );
116         # [wasm_bindgen (js_namespace = console , js_name = clear)]
117         #[doc = "The `console.clear()` function."]
118         #[doc = ""]
119         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/clear)"]
120         #[doc = ""]
121         #[doc = "*This API requires the following crate features to be activated: `console`*"]
clear()122         pub fn clear();
123         # [wasm_bindgen (js_namespace = console , js_name = count)]
124         #[doc = "The `console.count()` function."]
125         #[doc = ""]
126         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/count)"]
127         #[doc = ""]
128         #[doc = "*This API requires the following crate features to be activated: `console`*"]
count()129         pub fn count();
130         # [wasm_bindgen (js_namespace = console , js_name = count)]
131         #[doc = "The `console.count()` function."]
132         #[doc = ""]
133         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/count)"]
134         #[doc = ""]
135         #[doc = "*This API requires the following crate features to be activated: `console`*"]
count_with_label(label: &str)136         pub fn count_with_label(label: &str);
137         # [wasm_bindgen (js_namespace = console , js_name = countReset)]
138         #[doc = "The `console.countReset()` function."]
139         #[doc = ""]
140         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/countReset)"]
141         #[doc = ""]
142         #[doc = "*This API requires the following crate features to be activated: `console`*"]
count_reset()143         pub fn count_reset();
144         # [wasm_bindgen (js_namespace = console , js_name = countReset)]
145         #[doc = "The `console.countReset()` function."]
146         #[doc = ""]
147         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/countReset)"]
148         #[doc = ""]
149         #[doc = "*This API requires the following crate features to be activated: `console`*"]
count_reset_with_label(label: &str)150         pub fn count_reset_with_label(label: &str);
151         # [wasm_bindgen (variadic , js_namespace = console , js_name = debug)]
152         #[doc = "The `console.debug()` function."]
153         #[doc = ""]
154         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)"]
155         #[doc = ""]
156         #[doc = "*This API requires the following crate features to be activated: `console`*"]
debug(data: &::js_sys::Array)157         pub fn debug(data: &::js_sys::Array);
158         # [wasm_bindgen (js_namespace = console , js_name = debug)]
159         #[doc = "The `console.debug()` function."]
160         #[doc = ""]
161         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)"]
162         #[doc = ""]
163         #[doc = "*This API requires the following crate features to be activated: `console`*"]
debug_0()164         pub fn debug_0();
165         # [wasm_bindgen (js_namespace = console , js_name = debug)]
166         #[doc = "The `console.debug()` function."]
167         #[doc = ""]
168         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)"]
169         #[doc = ""]
170         #[doc = "*This API requires the following crate features to be activated: `console`*"]
debug_1(data_1: &::wasm_bindgen::JsValue)171         pub fn debug_1(data_1: &::wasm_bindgen::JsValue);
172         # [wasm_bindgen (js_namespace = console , js_name = debug)]
173         #[doc = "The `console.debug()` function."]
174         #[doc = ""]
175         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)"]
176         #[doc = ""]
177         #[doc = "*This API requires the following crate features to be activated: `console`*"]
debug_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue)178         pub fn debug_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue);
179         # [wasm_bindgen (js_namespace = console , js_name = debug)]
180         #[doc = "The `console.debug()` function."]
181         #[doc = ""]
182         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)"]
183         #[doc = ""]
184         #[doc = "*This API requires the following crate features to be activated: `console`*"]
debug_3( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )185         pub fn debug_3(
186             data_1: &::wasm_bindgen::JsValue,
187             data_2: &::wasm_bindgen::JsValue,
188             data_3: &::wasm_bindgen::JsValue,
189         );
190         # [wasm_bindgen (js_namespace = console , js_name = debug)]
191         #[doc = "The `console.debug()` function."]
192         #[doc = ""]
193         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)"]
194         #[doc = ""]
195         #[doc = "*This API requires the following crate features to be activated: `console`*"]
debug_4( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )196         pub fn debug_4(
197             data_1: &::wasm_bindgen::JsValue,
198             data_2: &::wasm_bindgen::JsValue,
199             data_3: &::wasm_bindgen::JsValue,
200             data_4: &::wasm_bindgen::JsValue,
201         );
202         # [wasm_bindgen (js_namespace = console , js_name = debug)]
203         #[doc = "The `console.debug()` function."]
204         #[doc = ""]
205         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)"]
206         #[doc = ""]
207         #[doc = "*This API requires the following crate features to be activated: `console`*"]
debug_5( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )208         pub fn debug_5(
209             data_1: &::wasm_bindgen::JsValue,
210             data_2: &::wasm_bindgen::JsValue,
211             data_3: &::wasm_bindgen::JsValue,
212             data_4: &::wasm_bindgen::JsValue,
213             data_5: &::wasm_bindgen::JsValue,
214         );
215         # [wasm_bindgen (js_namespace = console , js_name = debug)]
216         #[doc = "The `console.debug()` function."]
217         #[doc = ""]
218         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)"]
219         #[doc = ""]
220         #[doc = "*This API requires the following crate features to be activated: `console`*"]
debug_6( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )221         pub fn debug_6(
222             data_1: &::wasm_bindgen::JsValue,
223             data_2: &::wasm_bindgen::JsValue,
224             data_3: &::wasm_bindgen::JsValue,
225             data_4: &::wasm_bindgen::JsValue,
226             data_5: &::wasm_bindgen::JsValue,
227             data_6: &::wasm_bindgen::JsValue,
228         );
229         # [wasm_bindgen (js_namespace = console , js_name = debug)]
230         #[doc = "The `console.debug()` function."]
231         #[doc = ""]
232         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)"]
233         #[doc = ""]
234         #[doc = "*This API requires the following crate features to be activated: `console`*"]
debug_7( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )235         pub fn debug_7(
236             data_1: &::wasm_bindgen::JsValue,
237             data_2: &::wasm_bindgen::JsValue,
238             data_3: &::wasm_bindgen::JsValue,
239             data_4: &::wasm_bindgen::JsValue,
240             data_5: &::wasm_bindgen::JsValue,
241             data_6: &::wasm_bindgen::JsValue,
242             data_7: &::wasm_bindgen::JsValue,
243         );
244         # [wasm_bindgen (variadic , js_namespace = console , js_name = dir)]
245         #[doc = "The `console.dir()` function."]
246         #[doc = ""]
247         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)"]
248         #[doc = ""]
249         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dir(data: &::js_sys::Array)250         pub fn dir(data: &::js_sys::Array);
251         # [wasm_bindgen (js_namespace = console , js_name = dir)]
252         #[doc = "The `console.dir()` function."]
253         #[doc = ""]
254         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)"]
255         #[doc = ""]
256         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dir_0()257         pub fn dir_0();
258         # [wasm_bindgen (js_namespace = console , js_name = dir)]
259         #[doc = "The `console.dir()` function."]
260         #[doc = ""]
261         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)"]
262         #[doc = ""]
263         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dir_1(data_1: &::wasm_bindgen::JsValue)264         pub fn dir_1(data_1: &::wasm_bindgen::JsValue);
265         # [wasm_bindgen (js_namespace = console , js_name = dir)]
266         #[doc = "The `console.dir()` function."]
267         #[doc = ""]
268         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)"]
269         #[doc = ""]
270         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dir_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue)271         pub fn dir_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue);
272         # [wasm_bindgen (js_namespace = console , js_name = dir)]
273         #[doc = "The `console.dir()` function."]
274         #[doc = ""]
275         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)"]
276         #[doc = ""]
277         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dir_3( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )278         pub fn dir_3(
279             data_1: &::wasm_bindgen::JsValue,
280             data_2: &::wasm_bindgen::JsValue,
281             data_3: &::wasm_bindgen::JsValue,
282         );
283         # [wasm_bindgen (js_namespace = console , js_name = dir)]
284         #[doc = "The `console.dir()` function."]
285         #[doc = ""]
286         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)"]
287         #[doc = ""]
288         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dir_4( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )289         pub fn dir_4(
290             data_1: &::wasm_bindgen::JsValue,
291             data_2: &::wasm_bindgen::JsValue,
292             data_3: &::wasm_bindgen::JsValue,
293             data_4: &::wasm_bindgen::JsValue,
294         );
295         # [wasm_bindgen (js_namespace = console , js_name = dir)]
296         #[doc = "The `console.dir()` function."]
297         #[doc = ""]
298         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)"]
299         #[doc = ""]
300         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dir_5( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )301         pub fn dir_5(
302             data_1: &::wasm_bindgen::JsValue,
303             data_2: &::wasm_bindgen::JsValue,
304             data_3: &::wasm_bindgen::JsValue,
305             data_4: &::wasm_bindgen::JsValue,
306             data_5: &::wasm_bindgen::JsValue,
307         );
308         # [wasm_bindgen (js_namespace = console , js_name = dir)]
309         #[doc = "The `console.dir()` function."]
310         #[doc = ""]
311         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)"]
312         #[doc = ""]
313         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dir_6( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )314         pub fn dir_6(
315             data_1: &::wasm_bindgen::JsValue,
316             data_2: &::wasm_bindgen::JsValue,
317             data_3: &::wasm_bindgen::JsValue,
318             data_4: &::wasm_bindgen::JsValue,
319             data_5: &::wasm_bindgen::JsValue,
320             data_6: &::wasm_bindgen::JsValue,
321         );
322         # [wasm_bindgen (js_namespace = console , js_name = dir)]
323         #[doc = "The `console.dir()` function."]
324         #[doc = ""]
325         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)"]
326         #[doc = ""]
327         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dir_7( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )328         pub fn dir_7(
329             data_1: &::wasm_bindgen::JsValue,
330             data_2: &::wasm_bindgen::JsValue,
331             data_3: &::wasm_bindgen::JsValue,
332             data_4: &::wasm_bindgen::JsValue,
333             data_5: &::wasm_bindgen::JsValue,
334             data_6: &::wasm_bindgen::JsValue,
335             data_7: &::wasm_bindgen::JsValue,
336         );
337         # [wasm_bindgen (variadic , js_namespace = console , js_name = dirxml)]
338         #[doc = "The `console.dirxml()` function."]
339         #[doc = ""]
340         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)"]
341         #[doc = ""]
342         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dirxml(data: &::js_sys::Array)343         pub fn dirxml(data: &::js_sys::Array);
344         # [wasm_bindgen (js_namespace = console , js_name = dirxml)]
345         #[doc = "The `console.dirxml()` function."]
346         #[doc = ""]
347         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)"]
348         #[doc = ""]
349         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dirxml_0()350         pub fn dirxml_0();
351         # [wasm_bindgen (js_namespace = console , js_name = dirxml)]
352         #[doc = "The `console.dirxml()` function."]
353         #[doc = ""]
354         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)"]
355         #[doc = ""]
356         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dirxml_1(data_1: &::wasm_bindgen::JsValue)357         pub fn dirxml_1(data_1: &::wasm_bindgen::JsValue);
358         # [wasm_bindgen (js_namespace = console , js_name = dirxml)]
359         #[doc = "The `console.dirxml()` function."]
360         #[doc = ""]
361         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)"]
362         #[doc = ""]
363         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dirxml_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue)364         pub fn dirxml_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue);
365         # [wasm_bindgen (js_namespace = console , js_name = dirxml)]
366         #[doc = "The `console.dirxml()` function."]
367         #[doc = ""]
368         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)"]
369         #[doc = ""]
370         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dirxml_3( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )371         pub fn dirxml_3(
372             data_1: &::wasm_bindgen::JsValue,
373             data_2: &::wasm_bindgen::JsValue,
374             data_3: &::wasm_bindgen::JsValue,
375         );
376         # [wasm_bindgen (js_namespace = console , js_name = dirxml)]
377         #[doc = "The `console.dirxml()` function."]
378         #[doc = ""]
379         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)"]
380         #[doc = ""]
381         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dirxml_4( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )382         pub fn dirxml_4(
383             data_1: &::wasm_bindgen::JsValue,
384             data_2: &::wasm_bindgen::JsValue,
385             data_3: &::wasm_bindgen::JsValue,
386             data_4: &::wasm_bindgen::JsValue,
387         );
388         # [wasm_bindgen (js_namespace = console , js_name = dirxml)]
389         #[doc = "The `console.dirxml()` function."]
390         #[doc = ""]
391         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)"]
392         #[doc = ""]
393         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dirxml_5( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )394         pub fn dirxml_5(
395             data_1: &::wasm_bindgen::JsValue,
396             data_2: &::wasm_bindgen::JsValue,
397             data_3: &::wasm_bindgen::JsValue,
398             data_4: &::wasm_bindgen::JsValue,
399             data_5: &::wasm_bindgen::JsValue,
400         );
401         # [wasm_bindgen (js_namespace = console , js_name = dirxml)]
402         #[doc = "The `console.dirxml()` function."]
403         #[doc = ""]
404         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)"]
405         #[doc = ""]
406         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dirxml_6( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )407         pub fn dirxml_6(
408             data_1: &::wasm_bindgen::JsValue,
409             data_2: &::wasm_bindgen::JsValue,
410             data_3: &::wasm_bindgen::JsValue,
411             data_4: &::wasm_bindgen::JsValue,
412             data_5: &::wasm_bindgen::JsValue,
413             data_6: &::wasm_bindgen::JsValue,
414         );
415         # [wasm_bindgen (js_namespace = console , js_name = dirxml)]
416         #[doc = "The `console.dirxml()` function."]
417         #[doc = ""]
418         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)"]
419         #[doc = ""]
420         #[doc = "*This API requires the following crate features to be activated: `console`*"]
dirxml_7( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )421         pub fn dirxml_7(
422             data_1: &::wasm_bindgen::JsValue,
423             data_2: &::wasm_bindgen::JsValue,
424             data_3: &::wasm_bindgen::JsValue,
425             data_4: &::wasm_bindgen::JsValue,
426             data_5: &::wasm_bindgen::JsValue,
427             data_6: &::wasm_bindgen::JsValue,
428             data_7: &::wasm_bindgen::JsValue,
429         );
430         # [wasm_bindgen (variadic , js_namespace = console , js_name = error)]
431         #[doc = "The `console.error()` function."]
432         #[doc = ""]
433         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)"]
434         #[doc = ""]
435         #[doc = "*This API requires the following crate features to be activated: `console`*"]
error(data: &::js_sys::Array)436         pub fn error(data: &::js_sys::Array);
437         # [wasm_bindgen (js_namespace = console , js_name = error)]
438         #[doc = "The `console.error()` function."]
439         #[doc = ""]
440         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)"]
441         #[doc = ""]
442         #[doc = "*This API requires the following crate features to be activated: `console`*"]
error_0()443         pub fn error_0();
444         # [wasm_bindgen (js_namespace = console , js_name = error)]
445         #[doc = "The `console.error()` function."]
446         #[doc = ""]
447         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)"]
448         #[doc = ""]
449         #[doc = "*This API requires the following crate features to be activated: `console`*"]
error_1(data_1: &::wasm_bindgen::JsValue)450         pub fn error_1(data_1: &::wasm_bindgen::JsValue);
451         # [wasm_bindgen (js_namespace = console , js_name = error)]
452         #[doc = "The `console.error()` function."]
453         #[doc = ""]
454         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)"]
455         #[doc = ""]
456         #[doc = "*This API requires the following crate features to be activated: `console`*"]
error_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue)457         pub fn error_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue);
458         # [wasm_bindgen (js_namespace = console , js_name = error)]
459         #[doc = "The `console.error()` function."]
460         #[doc = ""]
461         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)"]
462         #[doc = ""]
463         #[doc = "*This API requires the following crate features to be activated: `console`*"]
error_3( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )464         pub fn error_3(
465             data_1: &::wasm_bindgen::JsValue,
466             data_2: &::wasm_bindgen::JsValue,
467             data_3: &::wasm_bindgen::JsValue,
468         );
469         # [wasm_bindgen (js_namespace = console , js_name = error)]
470         #[doc = "The `console.error()` function."]
471         #[doc = ""]
472         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)"]
473         #[doc = ""]
474         #[doc = "*This API requires the following crate features to be activated: `console`*"]
error_4( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )475         pub fn error_4(
476             data_1: &::wasm_bindgen::JsValue,
477             data_2: &::wasm_bindgen::JsValue,
478             data_3: &::wasm_bindgen::JsValue,
479             data_4: &::wasm_bindgen::JsValue,
480         );
481         # [wasm_bindgen (js_namespace = console , js_name = error)]
482         #[doc = "The `console.error()` function."]
483         #[doc = ""]
484         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)"]
485         #[doc = ""]
486         #[doc = "*This API requires the following crate features to be activated: `console`*"]
error_5( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )487         pub fn error_5(
488             data_1: &::wasm_bindgen::JsValue,
489             data_2: &::wasm_bindgen::JsValue,
490             data_3: &::wasm_bindgen::JsValue,
491             data_4: &::wasm_bindgen::JsValue,
492             data_5: &::wasm_bindgen::JsValue,
493         );
494         # [wasm_bindgen (js_namespace = console , js_name = error)]
495         #[doc = "The `console.error()` function."]
496         #[doc = ""]
497         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)"]
498         #[doc = ""]
499         #[doc = "*This API requires the following crate features to be activated: `console`*"]
error_6( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )500         pub fn error_6(
501             data_1: &::wasm_bindgen::JsValue,
502             data_2: &::wasm_bindgen::JsValue,
503             data_3: &::wasm_bindgen::JsValue,
504             data_4: &::wasm_bindgen::JsValue,
505             data_5: &::wasm_bindgen::JsValue,
506             data_6: &::wasm_bindgen::JsValue,
507         );
508         # [wasm_bindgen (js_namespace = console , js_name = error)]
509         #[doc = "The `console.error()` function."]
510         #[doc = ""]
511         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)"]
512         #[doc = ""]
513         #[doc = "*This API requires the following crate features to be activated: `console`*"]
error_7( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )514         pub fn error_7(
515             data_1: &::wasm_bindgen::JsValue,
516             data_2: &::wasm_bindgen::JsValue,
517             data_3: &::wasm_bindgen::JsValue,
518             data_4: &::wasm_bindgen::JsValue,
519             data_5: &::wasm_bindgen::JsValue,
520             data_6: &::wasm_bindgen::JsValue,
521             data_7: &::wasm_bindgen::JsValue,
522         );
523         # [wasm_bindgen (variadic , js_namespace = console , js_name = exception)]
524         #[doc = "The `console.exception()` function."]
525         #[doc = ""]
526         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)"]
527         #[doc = ""]
528         #[doc = "*This API requires the following crate features to be activated: `console`*"]
exception(data: &::js_sys::Array)529         pub fn exception(data: &::js_sys::Array);
530         # [wasm_bindgen (js_namespace = console , js_name = exception)]
531         #[doc = "The `console.exception()` function."]
532         #[doc = ""]
533         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)"]
534         #[doc = ""]
535         #[doc = "*This API requires the following crate features to be activated: `console`*"]
exception_0()536         pub fn exception_0();
537         # [wasm_bindgen (js_namespace = console , js_name = exception)]
538         #[doc = "The `console.exception()` function."]
539         #[doc = ""]
540         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)"]
541         #[doc = ""]
542         #[doc = "*This API requires the following crate features to be activated: `console`*"]
exception_1(data_1: &::wasm_bindgen::JsValue)543         pub fn exception_1(data_1: &::wasm_bindgen::JsValue);
544         # [wasm_bindgen (js_namespace = console , js_name = exception)]
545         #[doc = "The `console.exception()` function."]
546         #[doc = ""]
547         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)"]
548         #[doc = ""]
549         #[doc = "*This API requires the following crate features to be activated: `console`*"]
exception_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue)550         pub fn exception_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue);
551         # [wasm_bindgen (js_namespace = console , js_name = exception)]
552         #[doc = "The `console.exception()` function."]
553         #[doc = ""]
554         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)"]
555         #[doc = ""]
556         #[doc = "*This API requires the following crate features to be activated: `console`*"]
exception_3( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )557         pub fn exception_3(
558             data_1: &::wasm_bindgen::JsValue,
559             data_2: &::wasm_bindgen::JsValue,
560             data_3: &::wasm_bindgen::JsValue,
561         );
562         # [wasm_bindgen (js_namespace = console , js_name = exception)]
563         #[doc = "The `console.exception()` function."]
564         #[doc = ""]
565         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)"]
566         #[doc = ""]
567         #[doc = "*This API requires the following crate features to be activated: `console`*"]
exception_4( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )568         pub fn exception_4(
569             data_1: &::wasm_bindgen::JsValue,
570             data_2: &::wasm_bindgen::JsValue,
571             data_3: &::wasm_bindgen::JsValue,
572             data_4: &::wasm_bindgen::JsValue,
573         );
574         # [wasm_bindgen (js_namespace = console , js_name = exception)]
575         #[doc = "The `console.exception()` function."]
576         #[doc = ""]
577         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)"]
578         #[doc = ""]
579         #[doc = "*This API requires the following crate features to be activated: `console`*"]
exception_5( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )580         pub fn exception_5(
581             data_1: &::wasm_bindgen::JsValue,
582             data_2: &::wasm_bindgen::JsValue,
583             data_3: &::wasm_bindgen::JsValue,
584             data_4: &::wasm_bindgen::JsValue,
585             data_5: &::wasm_bindgen::JsValue,
586         );
587         # [wasm_bindgen (js_namespace = console , js_name = exception)]
588         #[doc = "The `console.exception()` function."]
589         #[doc = ""]
590         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)"]
591         #[doc = ""]
592         #[doc = "*This API requires the following crate features to be activated: `console`*"]
exception_6( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )593         pub fn exception_6(
594             data_1: &::wasm_bindgen::JsValue,
595             data_2: &::wasm_bindgen::JsValue,
596             data_3: &::wasm_bindgen::JsValue,
597             data_4: &::wasm_bindgen::JsValue,
598             data_5: &::wasm_bindgen::JsValue,
599             data_6: &::wasm_bindgen::JsValue,
600         );
601         # [wasm_bindgen (js_namespace = console , js_name = exception)]
602         #[doc = "The `console.exception()` function."]
603         #[doc = ""]
604         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)"]
605         #[doc = ""]
606         #[doc = "*This API requires the following crate features to be activated: `console`*"]
exception_7( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )607         pub fn exception_7(
608             data_1: &::wasm_bindgen::JsValue,
609             data_2: &::wasm_bindgen::JsValue,
610             data_3: &::wasm_bindgen::JsValue,
611             data_4: &::wasm_bindgen::JsValue,
612             data_5: &::wasm_bindgen::JsValue,
613             data_6: &::wasm_bindgen::JsValue,
614             data_7: &::wasm_bindgen::JsValue,
615         );
616         # [wasm_bindgen (variadic , js_namespace = console , js_name = group)]
617         #[doc = "The `console.group()` function."]
618         #[doc = ""]
619         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)"]
620         #[doc = ""]
621         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group(data: &::js_sys::Array)622         pub fn group(data: &::js_sys::Array);
623         # [wasm_bindgen (js_namespace = console , js_name = group)]
624         #[doc = "The `console.group()` function."]
625         #[doc = ""]
626         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)"]
627         #[doc = ""]
628         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_0()629         pub fn group_0();
630         # [wasm_bindgen (js_namespace = console , js_name = group)]
631         #[doc = "The `console.group()` function."]
632         #[doc = ""]
633         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)"]
634         #[doc = ""]
635         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_1(data_1: &::wasm_bindgen::JsValue)636         pub fn group_1(data_1: &::wasm_bindgen::JsValue);
637         # [wasm_bindgen (js_namespace = console , js_name = group)]
638         #[doc = "The `console.group()` function."]
639         #[doc = ""]
640         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)"]
641         #[doc = ""]
642         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue)643         pub fn group_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue);
644         # [wasm_bindgen (js_namespace = console , js_name = group)]
645         #[doc = "The `console.group()` function."]
646         #[doc = ""]
647         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)"]
648         #[doc = ""]
649         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_3( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )650         pub fn group_3(
651             data_1: &::wasm_bindgen::JsValue,
652             data_2: &::wasm_bindgen::JsValue,
653             data_3: &::wasm_bindgen::JsValue,
654         );
655         # [wasm_bindgen (js_namespace = console , js_name = group)]
656         #[doc = "The `console.group()` function."]
657         #[doc = ""]
658         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)"]
659         #[doc = ""]
660         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_4( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )661         pub fn group_4(
662             data_1: &::wasm_bindgen::JsValue,
663             data_2: &::wasm_bindgen::JsValue,
664             data_3: &::wasm_bindgen::JsValue,
665             data_4: &::wasm_bindgen::JsValue,
666         );
667         # [wasm_bindgen (js_namespace = console , js_name = group)]
668         #[doc = "The `console.group()` function."]
669         #[doc = ""]
670         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)"]
671         #[doc = ""]
672         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_5( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )673         pub fn group_5(
674             data_1: &::wasm_bindgen::JsValue,
675             data_2: &::wasm_bindgen::JsValue,
676             data_3: &::wasm_bindgen::JsValue,
677             data_4: &::wasm_bindgen::JsValue,
678             data_5: &::wasm_bindgen::JsValue,
679         );
680         # [wasm_bindgen (js_namespace = console , js_name = group)]
681         #[doc = "The `console.group()` function."]
682         #[doc = ""]
683         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)"]
684         #[doc = ""]
685         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_6( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )686         pub fn group_6(
687             data_1: &::wasm_bindgen::JsValue,
688             data_2: &::wasm_bindgen::JsValue,
689             data_3: &::wasm_bindgen::JsValue,
690             data_4: &::wasm_bindgen::JsValue,
691             data_5: &::wasm_bindgen::JsValue,
692             data_6: &::wasm_bindgen::JsValue,
693         );
694         # [wasm_bindgen (js_namespace = console , js_name = group)]
695         #[doc = "The `console.group()` function."]
696         #[doc = ""]
697         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)"]
698         #[doc = ""]
699         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_7( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )700         pub fn group_7(
701             data_1: &::wasm_bindgen::JsValue,
702             data_2: &::wasm_bindgen::JsValue,
703             data_3: &::wasm_bindgen::JsValue,
704             data_4: &::wasm_bindgen::JsValue,
705             data_5: &::wasm_bindgen::JsValue,
706             data_6: &::wasm_bindgen::JsValue,
707             data_7: &::wasm_bindgen::JsValue,
708         );
709         # [wasm_bindgen (variadic , js_namespace = console , js_name = groupCollapsed)]
710         #[doc = "The `console.groupCollapsed()` function."]
711         #[doc = ""]
712         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)"]
713         #[doc = ""]
714         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_collapsed(data: &::js_sys::Array)715         pub fn group_collapsed(data: &::js_sys::Array);
716         # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)]
717         #[doc = "The `console.groupCollapsed()` function."]
718         #[doc = ""]
719         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)"]
720         #[doc = ""]
721         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_collapsed_0()722         pub fn group_collapsed_0();
723         # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)]
724         #[doc = "The `console.groupCollapsed()` function."]
725         #[doc = ""]
726         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)"]
727         #[doc = ""]
728         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_collapsed_1(data_1: &::wasm_bindgen::JsValue)729         pub fn group_collapsed_1(data_1: &::wasm_bindgen::JsValue);
730         # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)]
731         #[doc = "The `console.groupCollapsed()` function."]
732         #[doc = ""]
733         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)"]
734         #[doc = ""]
735         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_collapsed_2( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, )736         pub fn group_collapsed_2(
737             data_1: &::wasm_bindgen::JsValue,
738             data_2: &::wasm_bindgen::JsValue,
739         );
740         # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)]
741         #[doc = "The `console.groupCollapsed()` function."]
742         #[doc = ""]
743         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)"]
744         #[doc = ""]
745         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_collapsed_3( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )746         pub fn group_collapsed_3(
747             data_1: &::wasm_bindgen::JsValue,
748             data_2: &::wasm_bindgen::JsValue,
749             data_3: &::wasm_bindgen::JsValue,
750         );
751         # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)]
752         #[doc = "The `console.groupCollapsed()` function."]
753         #[doc = ""]
754         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)"]
755         #[doc = ""]
756         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_collapsed_4( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )757         pub fn group_collapsed_4(
758             data_1: &::wasm_bindgen::JsValue,
759             data_2: &::wasm_bindgen::JsValue,
760             data_3: &::wasm_bindgen::JsValue,
761             data_4: &::wasm_bindgen::JsValue,
762         );
763         # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)]
764         #[doc = "The `console.groupCollapsed()` function."]
765         #[doc = ""]
766         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)"]
767         #[doc = ""]
768         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_collapsed_5( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )769         pub fn group_collapsed_5(
770             data_1: &::wasm_bindgen::JsValue,
771             data_2: &::wasm_bindgen::JsValue,
772             data_3: &::wasm_bindgen::JsValue,
773             data_4: &::wasm_bindgen::JsValue,
774             data_5: &::wasm_bindgen::JsValue,
775         );
776         # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)]
777         #[doc = "The `console.groupCollapsed()` function."]
778         #[doc = ""]
779         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)"]
780         #[doc = ""]
781         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_collapsed_6( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )782         pub fn group_collapsed_6(
783             data_1: &::wasm_bindgen::JsValue,
784             data_2: &::wasm_bindgen::JsValue,
785             data_3: &::wasm_bindgen::JsValue,
786             data_4: &::wasm_bindgen::JsValue,
787             data_5: &::wasm_bindgen::JsValue,
788             data_6: &::wasm_bindgen::JsValue,
789         );
790         # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)]
791         #[doc = "The `console.groupCollapsed()` function."]
792         #[doc = ""]
793         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)"]
794         #[doc = ""]
795         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_collapsed_7( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )796         pub fn group_collapsed_7(
797             data_1: &::wasm_bindgen::JsValue,
798             data_2: &::wasm_bindgen::JsValue,
799             data_3: &::wasm_bindgen::JsValue,
800             data_4: &::wasm_bindgen::JsValue,
801             data_5: &::wasm_bindgen::JsValue,
802             data_6: &::wasm_bindgen::JsValue,
803             data_7: &::wasm_bindgen::JsValue,
804         );
805         # [wasm_bindgen (js_namespace = console , js_name = groupEnd)]
806         #[doc = "The `console.groupEnd()` function."]
807         #[doc = ""]
808         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupEnd)"]
809         #[doc = ""]
810         #[doc = "*This API requires the following crate features to be activated: `console`*"]
group_end()811         pub fn group_end();
812         # [wasm_bindgen (variadic , js_namespace = console , js_name = info)]
813         #[doc = "The `console.info()` function."]
814         #[doc = ""]
815         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)"]
816         #[doc = ""]
817         #[doc = "*This API requires the following crate features to be activated: `console`*"]
info(data: &::js_sys::Array)818         pub fn info(data: &::js_sys::Array);
819         # [wasm_bindgen (js_namespace = console , js_name = info)]
820         #[doc = "The `console.info()` function."]
821         #[doc = ""]
822         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)"]
823         #[doc = ""]
824         #[doc = "*This API requires the following crate features to be activated: `console`*"]
info_0()825         pub fn info_0();
826         # [wasm_bindgen (js_namespace = console , js_name = info)]
827         #[doc = "The `console.info()` function."]
828         #[doc = ""]
829         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)"]
830         #[doc = ""]
831         #[doc = "*This API requires the following crate features to be activated: `console`*"]
info_1(data_1: &::wasm_bindgen::JsValue)832         pub fn info_1(data_1: &::wasm_bindgen::JsValue);
833         # [wasm_bindgen (js_namespace = console , js_name = info)]
834         #[doc = "The `console.info()` function."]
835         #[doc = ""]
836         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)"]
837         #[doc = ""]
838         #[doc = "*This API requires the following crate features to be activated: `console`*"]
info_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue)839         pub fn info_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue);
840         # [wasm_bindgen (js_namespace = console , js_name = info)]
841         #[doc = "The `console.info()` function."]
842         #[doc = ""]
843         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)"]
844         #[doc = ""]
845         #[doc = "*This API requires the following crate features to be activated: `console`*"]
info_3( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )846         pub fn info_3(
847             data_1: &::wasm_bindgen::JsValue,
848             data_2: &::wasm_bindgen::JsValue,
849             data_3: &::wasm_bindgen::JsValue,
850         );
851         # [wasm_bindgen (js_namespace = console , js_name = info)]
852         #[doc = "The `console.info()` function."]
853         #[doc = ""]
854         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)"]
855         #[doc = ""]
856         #[doc = "*This API requires the following crate features to be activated: `console`*"]
info_4( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )857         pub fn info_4(
858             data_1: &::wasm_bindgen::JsValue,
859             data_2: &::wasm_bindgen::JsValue,
860             data_3: &::wasm_bindgen::JsValue,
861             data_4: &::wasm_bindgen::JsValue,
862         );
863         # [wasm_bindgen (js_namespace = console , js_name = info)]
864         #[doc = "The `console.info()` function."]
865         #[doc = ""]
866         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)"]
867         #[doc = ""]
868         #[doc = "*This API requires the following crate features to be activated: `console`*"]
info_5( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )869         pub fn info_5(
870             data_1: &::wasm_bindgen::JsValue,
871             data_2: &::wasm_bindgen::JsValue,
872             data_3: &::wasm_bindgen::JsValue,
873             data_4: &::wasm_bindgen::JsValue,
874             data_5: &::wasm_bindgen::JsValue,
875         );
876         # [wasm_bindgen (js_namespace = console , js_name = info)]
877         #[doc = "The `console.info()` function."]
878         #[doc = ""]
879         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)"]
880         #[doc = ""]
881         #[doc = "*This API requires the following crate features to be activated: `console`*"]
info_6( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )882         pub fn info_6(
883             data_1: &::wasm_bindgen::JsValue,
884             data_2: &::wasm_bindgen::JsValue,
885             data_3: &::wasm_bindgen::JsValue,
886             data_4: &::wasm_bindgen::JsValue,
887             data_5: &::wasm_bindgen::JsValue,
888             data_6: &::wasm_bindgen::JsValue,
889         );
890         # [wasm_bindgen (js_namespace = console , js_name = info)]
891         #[doc = "The `console.info()` function."]
892         #[doc = ""]
893         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)"]
894         #[doc = ""]
895         #[doc = "*This API requires the following crate features to be activated: `console`*"]
info_7( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )896         pub fn info_7(
897             data_1: &::wasm_bindgen::JsValue,
898             data_2: &::wasm_bindgen::JsValue,
899             data_3: &::wasm_bindgen::JsValue,
900             data_4: &::wasm_bindgen::JsValue,
901             data_5: &::wasm_bindgen::JsValue,
902             data_6: &::wasm_bindgen::JsValue,
903             data_7: &::wasm_bindgen::JsValue,
904         );
905         # [wasm_bindgen (variadic , js_namespace = console , js_name = log)]
906         #[doc = "The `console.log()` function."]
907         #[doc = ""]
908         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)"]
909         #[doc = ""]
910         #[doc = "*This API requires the following crate features to be activated: `console`*"]
log(data: &::js_sys::Array)911         pub fn log(data: &::js_sys::Array);
912         # [wasm_bindgen (js_namespace = console , js_name = log)]
913         #[doc = "The `console.log()` function."]
914         #[doc = ""]
915         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)"]
916         #[doc = ""]
917         #[doc = "*This API requires the following crate features to be activated: `console`*"]
log_0()918         pub fn log_0();
919         # [wasm_bindgen (js_namespace = console , js_name = log)]
920         #[doc = "The `console.log()` function."]
921         #[doc = ""]
922         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)"]
923         #[doc = ""]
924         #[doc = "*This API requires the following crate features to be activated: `console`*"]
log_1(data_1: &::wasm_bindgen::JsValue)925         pub fn log_1(data_1: &::wasm_bindgen::JsValue);
926         # [wasm_bindgen (js_namespace = console , js_name = log)]
927         #[doc = "The `console.log()` function."]
928         #[doc = ""]
929         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)"]
930         #[doc = ""]
931         #[doc = "*This API requires the following crate features to be activated: `console`*"]
log_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue)932         pub fn log_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue);
933         # [wasm_bindgen (js_namespace = console , js_name = log)]
934         #[doc = "The `console.log()` function."]
935         #[doc = ""]
936         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)"]
937         #[doc = ""]
938         #[doc = "*This API requires the following crate features to be activated: `console`*"]
log_3( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )939         pub fn log_3(
940             data_1: &::wasm_bindgen::JsValue,
941             data_2: &::wasm_bindgen::JsValue,
942             data_3: &::wasm_bindgen::JsValue,
943         );
944         # [wasm_bindgen (js_namespace = console , js_name = log)]
945         #[doc = "The `console.log()` function."]
946         #[doc = ""]
947         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)"]
948         #[doc = ""]
949         #[doc = "*This API requires the following crate features to be activated: `console`*"]
log_4( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )950         pub fn log_4(
951             data_1: &::wasm_bindgen::JsValue,
952             data_2: &::wasm_bindgen::JsValue,
953             data_3: &::wasm_bindgen::JsValue,
954             data_4: &::wasm_bindgen::JsValue,
955         );
956         # [wasm_bindgen (js_namespace = console , js_name = log)]
957         #[doc = "The `console.log()` function."]
958         #[doc = ""]
959         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)"]
960         #[doc = ""]
961         #[doc = "*This API requires the following crate features to be activated: `console`*"]
log_5( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )962         pub fn log_5(
963             data_1: &::wasm_bindgen::JsValue,
964             data_2: &::wasm_bindgen::JsValue,
965             data_3: &::wasm_bindgen::JsValue,
966             data_4: &::wasm_bindgen::JsValue,
967             data_5: &::wasm_bindgen::JsValue,
968         );
969         # [wasm_bindgen (js_namespace = console , js_name = log)]
970         #[doc = "The `console.log()` function."]
971         #[doc = ""]
972         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)"]
973         #[doc = ""]
974         #[doc = "*This API requires the following crate features to be activated: `console`*"]
log_6( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )975         pub fn log_6(
976             data_1: &::wasm_bindgen::JsValue,
977             data_2: &::wasm_bindgen::JsValue,
978             data_3: &::wasm_bindgen::JsValue,
979             data_4: &::wasm_bindgen::JsValue,
980             data_5: &::wasm_bindgen::JsValue,
981             data_6: &::wasm_bindgen::JsValue,
982         );
983         # [wasm_bindgen (js_namespace = console , js_name = log)]
984         #[doc = "The `console.log()` function."]
985         #[doc = ""]
986         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)"]
987         #[doc = ""]
988         #[doc = "*This API requires the following crate features to be activated: `console`*"]
log_7( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )989         pub fn log_7(
990             data_1: &::wasm_bindgen::JsValue,
991             data_2: &::wasm_bindgen::JsValue,
992             data_3: &::wasm_bindgen::JsValue,
993             data_4: &::wasm_bindgen::JsValue,
994             data_5: &::wasm_bindgen::JsValue,
995             data_6: &::wasm_bindgen::JsValue,
996             data_7: &::wasm_bindgen::JsValue,
997         );
998         # [wasm_bindgen (variadic , js_namespace = console , js_name = profile)]
999         #[doc = "The `console.profile()` function."]
1000         #[doc = ""]
1001         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)"]
1002         #[doc = ""]
1003         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile(data: &::js_sys::Array)1004         pub fn profile(data: &::js_sys::Array);
1005         # [wasm_bindgen (js_namespace = console , js_name = profile)]
1006         #[doc = "The `console.profile()` function."]
1007         #[doc = ""]
1008         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)"]
1009         #[doc = ""]
1010         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_0()1011         pub fn profile_0();
1012         # [wasm_bindgen (js_namespace = console , js_name = profile)]
1013         #[doc = "The `console.profile()` function."]
1014         #[doc = ""]
1015         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)"]
1016         #[doc = ""]
1017         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_1(data_1: &::wasm_bindgen::JsValue)1018         pub fn profile_1(data_1: &::wasm_bindgen::JsValue);
1019         # [wasm_bindgen (js_namespace = console , js_name = profile)]
1020         #[doc = "The `console.profile()` function."]
1021         #[doc = ""]
1022         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)"]
1023         #[doc = ""]
1024         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue)1025         pub fn profile_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue);
1026         # [wasm_bindgen (js_namespace = console , js_name = profile)]
1027         #[doc = "The `console.profile()` function."]
1028         #[doc = ""]
1029         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)"]
1030         #[doc = ""]
1031         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_3( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )1032         pub fn profile_3(
1033             data_1: &::wasm_bindgen::JsValue,
1034             data_2: &::wasm_bindgen::JsValue,
1035             data_3: &::wasm_bindgen::JsValue,
1036         );
1037         # [wasm_bindgen (js_namespace = console , js_name = profile)]
1038         #[doc = "The `console.profile()` function."]
1039         #[doc = ""]
1040         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)"]
1041         #[doc = ""]
1042         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_4( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )1043         pub fn profile_4(
1044             data_1: &::wasm_bindgen::JsValue,
1045             data_2: &::wasm_bindgen::JsValue,
1046             data_3: &::wasm_bindgen::JsValue,
1047             data_4: &::wasm_bindgen::JsValue,
1048         );
1049         # [wasm_bindgen (js_namespace = console , js_name = profile)]
1050         #[doc = "The `console.profile()` function."]
1051         #[doc = ""]
1052         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)"]
1053         #[doc = ""]
1054         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_5( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )1055         pub fn profile_5(
1056             data_1: &::wasm_bindgen::JsValue,
1057             data_2: &::wasm_bindgen::JsValue,
1058             data_3: &::wasm_bindgen::JsValue,
1059             data_4: &::wasm_bindgen::JsValue,
1060             data_5: &::wasm_bindgen::JsValue,
1061         );
1062         # [wasm_bindgen (js_namespace = console , js_name = profile)]
1063         #[doc = "The `console.profile()` function."]
1064         #[doc = ""]
1065         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)"]
1066         #[doc = ""]
1067         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_6( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )1068         pub fn profile_6(
1069             data_1: &::wasm_bindgen::JsValue,
1070             data_2: &::wasm_bindgen::JsValue,
1071             data_3: &::wasm_bindgen::JsValue,
1072             data_4: &::wasm_bindgen::JsValue,
1073             data_5: &::wasm_bindgen::JsValue,
1074             data_6: &::wasm_bindgen::JsValue,
1075         );
1076         # [wasm_bindgen (js_namespace = console , js_name = profile)]
1077         #[doc = "The `console.profile()` function."]
1078         #[doc = ""]
1079         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)"]
1080         #[doc = ""]
1081         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_7( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )1082         pub fn profile_7(
1083             data_1: &::wasm_bindgen::JsValue,
1084             data_2: &::wasm_bindgen::JsValue,
1085             data_3: &::wasm_bindgen::JsValue,
1086             data_4: &::wasm_bindgen::JsValue,
1087             data_5: &::wasm_bindgen::JsValue,
1088             data_6: &::wasm_bindgen::JsValue,
1089             data_7: &::wasm_bindgen::JsValue,
1090         );
1091         # [wasm_bindgen (variadic , js_namespace = console , js_name = profileEnd)]
1092         #[doc = "The `console.profileEnd()` function."]
1093         #[doc = ""]
1094         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)"]
1095         #[doc = ""]
1096         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_end(data: &::js_sys::Array)1097         pub fn profile_end(data: &::js_sys::Array);
1098         # [wasm_bindgen (js_namespace = console , js_name = profileEnd)]
1099         #[doc = "The `console.profileEnd()` function."]
1100         #[doc = ""]
1101         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)"]
1102         #[doc = ""]
1103         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_end_0()1104         pub fn profile_end_0();
1105         # [wasm_bindgen (js_namespace = console , js_name = profileEnd)]
1106         #[doc = "The `console.profileEnd()` function."]
1107         #[doc = ""]
1108         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)"]
1109         #[doc = ""]
1110         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_end_1(data_1: &::wasm_bindgen::JsValue)1111         pub fn profile_end_1(data_1: &::wasm_bindgen::JsValue);
1112         # [wasm_bindgen (js_namespace = console , js_name = profileEnd)]
1113         #[doc = "The `console.profileEnd()` function."]
1114         #[doc = ""]
1115         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)"]
1116         #[doc = ""]
1117         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_end_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue)1118         pub fn profile_end_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue);
1119         # [wasm_bindgen (js_namespace = console , js_name = profileEnd)]
1120         #[doc = "The `console.profileEnd()` function."]
1121         #[doc = ""]
1122         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)"]
1123         #[doc = ""]
1124         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_end_3( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )1125         pub fn profile_end_3(
1126             data_1: &::wasm_bindgen::JsValue,
1127             data_2: &::wasm_bindgen::JsValue,
1128             data_3: &::wasm_bindgen::JsValue,
1129         );
1130         # [wasm_bindgen (js_namespace = console , js_name = profileEnd)]
1131         #[doc = "The `console.profileEnd()` function."]
1132         #[doc = ""]
1133         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)"]
1134         #[doc = ""]
1135         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_end_4( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )1136         pub fn profile_end_4(
1137             data_1: &::wasm_bindgen::JsValue,
1138             data_2: &::wasm_bindgen::JsValue,
1139             data_3: &::wasm_bindgen::JsValue,
1140             data_4: &::wasm_bindgen::JsValue,
1141         );
1142         # [wasm_bindgen (js_namespace = console , js_name = profileEnd)]
1143         #[doc = "The `console.profileEnd()` function."]
1144         #[doc = ""]
1145         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)"]
1146         #[doc = ""]
1147         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_end_5( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )1148         pub fn profile_end_5(
1149             data_1: &::wasm_bindgen::JsValue,
1150             data_2: &::wasm_bindgen::JsValue,
1151             data_3: &::wasm_bindgen::JsValue,
1152             data_4: &::wasm_bindgen::JsValue,
1153             data_5: &::wasm_bindgen::JsValue,
1154         );
1155         # [wasm_bindgen (js_namespace = console , js_name = profileEnd)]
1156         #[doc = "The `console.profileEnd()` function."]
1157         #[doc = ""]
1158         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)"]
1159         #[doc = ""]
1160         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_end_6( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )1161         pub fn profile_end_6(
1162             data_1: &::wasm_bindgen::JsValue,
1163             data_2: &::wasm_bindgen::JsValue,
1164             data_3: &::wasm_bindgen::JsValue,
1165             data_4: &::wasm_bindgen::JsValue,
1166             data_5: &::wasm_bindgen::JsValue,
1167             data_6: &::wasm_bindgen::JsValue,
1168         );
1169         # [wasm_bindgen (js_namespace = console , js_name = profileEnd)]
1170         #[doc = "The `console.profileEnd()` function."]
1171         #[doc = ""]
1172         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)"]
1173         #[doc = ""]
1174         #[doc = "*This API requires the following crate features to be activated: `console`*"]
profile_end_7( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )1175         pub fn profile_end_7(
1176             data_1: &::wasm_bindgen::JsValue,
1177             data_2: &::wasm_bindgen::JsValue,
1178             data_3: &::wasm_bindgen::JsValue,
1179             data_4: &::wasm_bindgen::JsValue,
1180             data_5: &::wasm_bindgen::JsValue,
1181             data_6: &::wasm_bindgen::JsValue,
1182             data_7: &::wasm_bindgen::JsValue,
1183         );
1184         # [wasm_bindgen (variadic , js_namespace = console , js_name = table)]
1185         #[doc = "The `console.table()` function."]
1186         #[doc = ""]
1187         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)"]
1188         #[doc = ""]
1189         #[doc = "*This API requires the following crate features to be activated: `console`*"]
table(data: &::js_sys::Array)1190         pub fn table(data: &::js_sys::Array);
1191         # [wasm_bindgen (js_namespace = console , js_name = table)]
1192         #[doc = "The `console.table()` function."]
1193         #[doc = ""]
1194         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)"]
1195         #[doc = ""]
1196         #[doc = "*This API requires the following crate features to be activated: `console`*"]
table_0()1197         pub fn table_0();
1198         # [wasm_bindgen (js_namespace = console , js_name = table)]
1199         #[doc = "The `console.table()` function."]
1200         #[doc = ""]
1201         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)"]
1202         #[doc = ""]
1203         #[doc = "*This API requires the following crate features to be activated: `console`*"]
table_1(data_1: &::wasm_bindgen::JsValue)1204         pub fn table_1(data_1: &::wasm_bindgen::JsValue);
1205         # [wasm_bindgen (js_namespace = console , js_name = table)]
1206         #[doc = "The `console.table()` function."]
1207         #[doc = ""]
1208         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)"]
1209         #[doc = ""]
1210         #[doc = "*This API requires the following crate features to be activated: `console`*"]
table_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue)1211         pub fn table_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue);
1212         # [wasm_bindgen (js_namespace = console , js_name = table)]
1213         #[doc = "The `console.table()` function."]
1214         #[doc = ""]
1215         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)"]
1216         #[doc = ""]
1217         #[doc = "*This API requires the following crate features to be activated: `console`*"]
table_3( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )1218         pub fn table_3(
1219             data_1: &::wasm_bindgen::JsValue,
1220             data_2: &::wasm_bindgen::JsValue,
1221             data_3: &::wasm_bindgen::JsValue,
1222         );
1223         # [wasm_bindgen (js_namespace = console , js_name = table)]
1224         #[doc = "The `console.table()` function."]
1225         #[doc = ""]
1226         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)"]
1227         #[doc = ""]
1228         #[doc = "*This API requires the following crate features to be activated: `console`*"]
table_4( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )1229         pub fn table_4(
1230             data_1: &::wasm_bindgen::JsValue,
1231             data_2: &::wasm_bindgen::JsValue,
1232             data_3: &::wasm_bindgen::JsValue,
1233             data_4: &::wasm_bindgen::JsValue,
1234         );
1235         # [wasm_bindgen (js_namespace = console , js_name = table)]
1236         #[doc = "The `console.table()` function."]
1237         #[doc = ""]
1238         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)"]
1239         #[doc = ""]
1240         #[doc = "*This API requires the following crate features to be activated: `console`*"]
table_5( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )1241         pub fn table_5(
1242             data_1: &::wasm_bindgen::JsValue,
1243             data_2: &::wasm_bindgen::JsValue,
1244             data_3: &::wasm_bindgen::JsValue,
1245             data_4: &::wasm_bindgen::JsValue,
1246             data_5: &::wasm_bindgen::JsValue,
1247         );
1248         # [wasm_bindgen (js_namespace = console , js_name = table)]
1249         #[doc = "The `console.table()` function."]
1250         #[doc = ""]
1251         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)"]
1252         #[doc = ""]
1253         #[doc = "*This API requires the following crate features to be activated: `console`*"]
table_6( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )1254         pub fn table_6(
1255             data_1: &::wasm_bindgen::JsValue,
1256             data_2: &::wasm_bindgen::JsValue,
1257             data_3: &::wasm_bindgen::JsValue,
1258             data_4: &::wasm_bindgen::JsValue,
1259             data_5: &::wasm_bindgen::JsValue,
1260             data_6: &::wasm_bindgen::JsValue,
1261         );
1262         # [wasm_bindgen (js_namespace = console , js_name = table)]
1263         #[doc = "The `console.table()` function."]
1264         #[doc = ""]
1265         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)"]
1266         #[doc = ""]
1267         #[doc = "*This API requires the following crate features to be activated: `console`*"]
table_7( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )1268         pub fn table_7(
1269             data_1: &::wasm_bindgen::JsValue,
1270             data_2: &::wasm_bindgen::JsValue,
1271             data_3: &::wasm_bindgen::JsValue,
1272             data_4: &::wasm_bindgen::JsValue,
1273             data_5: &::wasm_bindgen::JsValue,
1274             data_6: &::wasm_bindgen::JsValue,
1275             data_7: &::wasm_bindgen::JsValue,
1276         );
1277         # [wasm_bindgen (js_namespace = console , js_name = time)]
1278         #[doc = "The `console.time()` function."]
1279         #[doc = ""]
1280         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/time)"]
1281         #[doc = ""]
1282         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time()1283         pub fn time();
1284         # [wasm_bindgen (js_namespace = console , js_name = time)]
1285         #[doc = "The `console.time()` function."]
1286         #[doc = ""]
1287         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/time)"]
1288         #[doc = ""]
1289         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_with_label(label: &str)1290         pub fn time_with_label(label: &str);
1291         # [wasm_bindgen (js_namespace = console , js_name = timeEnd)]
1292         #[doc = "The `console.timeEnd()` function."]
1293         #[doc = ""]
1294         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeEnd)"]
1295         #[doc = ""]
1296         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_end()1297         pub fn time_end();
1298         # [wasm_bindgen (js_namespace = console , js_name = timeEnd)]
1299         #[doc = "The `console.timeEnd()` function."]
1300         #[doc = ""]
1301         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeEnd)"]
1302         #[doc = ""]
1303         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_end_with_label(label: &str)1304         pub fn time_end_with_label(label: &str);
1305         # [wasm_bindgen (js_namespace = console , js_name = timeLog)]
1306         #[doc = "The `console.timeLog()` function."]
1307         #[doc = ""]
1308         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)"]
1309         #[doc = ""]
1310         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_log()1311         pub fn time_log();
1312         # [wasm_bindgen (variadic , js_namespace = console , js_name = timeLog)]
1313         #[doc = "The `console.timeLog()` function."]
1314         #[doc = ""]
1315         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)"]
1316         #[doc = ""]
1317         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_log_with_label_and_data(label: &str, data: &::js_sys::Array)1318         pub fn time_log_with_label_and_data(label: &str, data: &::js_sys::Array);
1319         # [wasm_bindgen (js_namespace = console , js_name = timeLog)]
1320         #[doc = "The `console.timeLog()` function."]
1321         #[doc = ""]
1322         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)"]
1323         #[doc = ""]
1324         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_log_with_label_and_data_0(label: &str)1325         pub fn time_log_with_label_and_data_0(label: &str);
1326         # [wasm_bindgen (js_namespace = console , js_name = timeLog)]
1327         #[doc = "The `console.timeLog()` function."]
1328         #[doc = ""]
1329         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)"]
1330         #[doc = ""]
1331         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_log_with_label_and_data_1(label: &str, data_1: &::wasm_bindgen::JsValue)1332         pub fn time_log_with_label_and_data_1(label: &str, data_1: &::wasm_bindgen::JsValue);
1333         # [wasm_bindgen (js_namespace = console , js_name = timeLog)]
1334         #[doc = "The `console.timeLog()` function."]
1335         #[doc = ""]
1336         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)"]
1337         #[doc = ""]
1338         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_log_with_label_and_data_2( label: &str, data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, )1339         pub fn time_log_with_label_and_data_2(
1340             label: &str,
1341             data_1: &::wasm_bindgen::JsValue,
1342             data_2: &::wasm_bindgen::JsValue,
1343         );
1344         # [wasm_bindgen (js_namespace = console , js_name = timeLog)]
1345         #[doc = "The `console.timeLog()` function."]
1346         #[doc = ""]
1347         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)"]
1348         #[doc = ""]
1349         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_log_with_label_and_data_3( label: &str, data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )1350         pub fn time_log_with_label_and_data_3(
1351             label: &str,
1352             data_1: &::wasm_bindgen::JsValue,
1353             data_2: &::wasm_bindgen::JsValue,
1354             data_3: &::wasm_bindgen::JsValue,
1355         );
1356         # [wasm_bindgen (js_namespace = console , js_name = timeLog)]
1357         #[doc = "The `console.timeLog()` function."]
1358         #[doc = ""]
1359         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)"]
1360         #[doc = ""]
1361         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_log_with_label_and_data_4( label: &str, data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )1362         pub fn time_log_with_label_and_data_4(
1363             label: &str,
1364             data_1: &::wasm_bindgen::JsValue,
1365             data_2: &::wasm_bindgen::JsValue,
1366             data_3: &::wasm_bindgen::JsValue,
1367             data_4: &::wasm_bindgen::JsValue,
1368         );
1369         # [wasm_bindgen (js_namespace = console , js_name = timeLog)]
1370         #[doc = "The `console.timeLog()` function."]
1371         #[doc = ""]
1372         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)"]
1373         #[doc = ""]
1374         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_log_with_label_and_data_5( label: &str, data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )1375         pub fn time_log_with_label_and_data_5(
1376             label: &str,
1377             data_1: &::wasm_bindgen::JsValue,
1378             data_2: &::wasm_bindgen::JsValue,
1379             data_3: &::wasm_bindgen::JsValue,
1380             data_4: &::wasm_bindgen::JsValue,
1381             data_5: &::wasm_bindgen::JsValue,
1382         );
1383         # [wasm_bindgen (js_namespace = console , js_name = timeLog)]
1384         #[doc = "The `console.timeLog()` function."]
1385         #[doc = ""]
1386         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)"]
1387         #[doc = ""]
1388         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_log_with_label_and_data_6( label: &str, data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )1389         pub fn time_log_with_label_and_data_6(
1390             label: &str,
1391             data_1: &::wasm_bindgen::JsValue,
1392             data_2: &::wasm_bindgen::JsValue,
1393             data_3: &::wasm_bindgen::JsValue,
1394             data_4: &::wasm_bindgen::JsValue,
1395             data_5: &::wasm_bindgen::JsValue,
1396             data_6: &::wasm_bindgen::JsValue,
1397         );
1398         # [wasm_bindgen (js_namespace = console , js_name = timeLog)]
1399         #[doc = "The `console.timeLog()` function."]
1400         #[doc = ""]
1401         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)"]
1402         #[doc = ""]
1403         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_log_with_label_and_data_7( label: &str, data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )1404         pub fn time_log_with_label_and_data_7(
1405             label: &str,
1406             data_1: &::wasm_bindgen::JsValue,
1407             data_2: &::wasm_bindgen::JsValue,
1408             data_3: &::wasm_bindgen::JsValue,
1409             data_4: &::wasm_bindgen::JsValue,
1410             data_5: &::wasm_bindgen::JsValue,
1411             data_6: &::wasm_bindgen::JsValue,
1412             data_7: &::wasm_bindgen::JsValue,
1413         );
1414         # [wasm_bindgen (js_namespace = console , js_name = timeStamp)]
1415         #[doc = "The `console.timeStamp()` function."]
1416         #[doc = ""]
1417         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeStamp)"]
1418         #[doc = ""]
1419         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_stamp()1420         pub fn time_stamp();
1421         # [wasm_bindgen (js_namespace = console , js_name = timeStamp)]
1422         #[doc = "The `console.timeStamp()` function."]
1423         #[doc = ""]
1424         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeStamp)"]
1425         #[doc = ""]
1426         #[doc = "*This API requires the following crate features to be activated: `console`*"]
time_stamp_with_data(data: &::wasm_bindgen::JsValue)1427         pub fn time_stamp_with_data(data: &::wasm_bindgen::JsValue);
1428         # [wasm_bindgen (variadic , js_namespace = console , js_name = trace)]
1429         #[doc = "The `console.trace()` function."]
1430         #[doc = ""]
1431         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)"]
1432         #[doc = ""]
1433         #[doc = "*This API requires the following crate features to be activated: `console`*"]
trace(data: &::js_sys::Array)1434         pub fn trace(data: &::js_sys::Array);
1435         # [wasm_bindgen (js_namespace = console , js_name = trace)]
1436         #[doc = "The `console.trace()` function."]
1437         #[doc = ""]
1438         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)"]
1439         #[doc = ""]
1440         #[doc = "*This API requires the following crate features to be activated: `console`*"]
trace_0()1441         pub fn trace_0();
1442         # [wasm_bindgen (js_namespace = console , js_name = trace)]
1443         #[doc = "The `console.trace()` function."]
1444         #[doc = ""]
1445         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)"]
1446         #[doc = ""]
1447         #[doc = "*This API requires the following crate features to be activated: `console`*"]
trace_1(data_1: &::wasm_bindgen::JsValue)1448         pub fn trace_1(data_1: &::wasm_bindgen::JsValue);
1449         # [wasm_bindgen (js_namespace = console , js_name = trace)]
1450         #[doc = "The `console.trace()` function."]
1451         #[doc = ""]
1452         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)"]
1453         #[doc = ""]
1454         #[doc = "*This API requires the following crate features to be activated: `console`*"]
trace_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue)1455         pub fn trace_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue);
1456         # [wasm_bindgen (js_namespace = console , js_name = trace)]
1457         #[doc = "The `console.trace()` function."]
1458         #[doc = ""]
1459         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)"]
1460         #[doc = ""]
1461         #[doc = "*This API requires the following crate features to be activated: `console`*"]
trace_3( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )1462         pub fn trace_3(
1463             data_1: &::wasm_bindgen::JsValue,
1464             data_2: &::wasm_bindgen::JsValue,
1465             data_3: &::wasm_bindgen::JsValue,
1466         );
1467         # [wasm_bindgen (js_namespace = console , js_name = trace)]
1468         #[doc = "The `console.trace()` function."]
1469         #[doc = ""]
1470         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)"]
1471         #[doc = ""]
1472         #[doc = "*This API requires the following crate features to be activated: `console`*"]
trace_4( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )1473         pub fn trace_4(
1474             data_1: &::wasm_bindgen::JsValue,
1475             data_2: &::wasm_bindgen::JsValue,
1476             data_3: &::wasm_bindgen::JsValue,
1477             data_4: &::wasm_bindgen::JsValue,
1478         );
1479         # [wasm_bindgen (js_namespace = console , js_name = trace)]
1480         #[doc = "The `console.trace()` function."]
1481         #[doc = ""]
1482         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)"]
1483         #[doc = ""]
1484         #[doc = "*This API requires the following crate features to be activated: `console`*"]
trace_5( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )1485         pub fn trace_5(
1486             data_1: &::wasm_bindgen::JsValue,
1487             data_2: &::wasm_bindgen::JsValue,
1488             data_3: &::wasm_bindgen::JsValue,
1489             data_4: &::wasm_bindgen::JsValue,
1490             data_5: &::wasm_bindgen::JsValue,
1491         );
1492         # [wasm_bindgen (js_namespace = console , js_name = trace)]
1493         #[doc = "The `console.trace()` function."]
1494         #[doc = ""]
1495         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)"]
1496         #[doc = ""]
1497         #[doc = "*This API requires the following crate features to be activated: `console`*"]
trace_6( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )1498         pub fn trace_6(
1499             data_1: &::wasm_bindgen::JsValue,
1500             data_2: &::wasm_bindgen::JsValue,
1501             data_3: &::wasm_bindgen::JsValue,
1502             data_4: &::wasm_bindgen::JsValue,
1503             data_5: &::wasm_bindgen::JsValue,
1504             data_6: &::wasm_bindgen::JsValue,
1505         );
1506         # [wasm_bindgen (js_namespace = console , js_name = trace)]
1507         #[doc = "The `console.trace()` function."]
1508         #[doc = ""]
1509         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)"]
1510         #[doc = ""]
1511         #[doc = "*This API requires the following crate features to be activated: `console`*"]
trace_7( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )1512         pub fn trace_7(
1513             data_1: &::wasm_bindgen::JsValue,
1514             data_2: &::wasm_bindgen::JsValue,
1515             data_3: &::wasm_bindgen::JsValue,
1516             data_4: &::wasm_bindgen::JsValue,
1517             data_5: &::wasm_bindgen::JsValue,
1518             data_6: &::wasm_bindgen::JsValue,
1519             data_7: &::wasm_bindgen::JsValue,
1520         );
1521         # [wasm_bindgen (variadic , js_namespace = console , js_name = warn)]
1522         #[doc = "The `console.warn()` function."]
1523         #[doc = ""]
1524         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)"]
1525         #[doc = ""]
1526         #[doc = "*This API requires the following crate features to be activated: `console`*"]
warn(data: &::js_sys::Array)1527         pub fn warn(data: &::js_sys::Array);
1528         # [wasm_bindgen (js_namespace = console , js_name = warn)]
1529         #[doc = "The `console.warn()` function."]
1530         #[doc = ""]
1531         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)"]
1532         #[doc = ""]
1533         #[doc = "*This API requires the following crate features to be activated: `console`*"]
warn_0()1534         pub fn warn_0();
1535         # [wasm_bindgen (js_namespace = console , js_name = warn)]
1536         #[doc = "The `console.warn()` function."]
1537         #[doc = ""]
1538         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)"]
1539         #[doc = ""]
1540         #[doc = "*This API requires the following crate features to be activated: `console`*"]
warn_1(data_1: &::wasm_bindgen::JsValue)1541         pub fn warn_1(data_1: &::wasm_bindgen::JsValue);
1542         # [wasm_bindgen (js_namespace = console , js_name = warn)]
1543         #[doc = "The `console.warn()` function."]
1544         #[doc = ""]
1545         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)"]
1546         #[doc = ""]
1547         #[doc = "*This API requires the following crate features to be activated: `console`*"]
warn_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue)1548         pub fn warn_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue);
1549         # [wasm_bindgen (js_namespace = console , js_name = warn)]
1550         #[doc = "The `console.warn()` function."]
1551         #[doc = ""]
1552         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)"]
1553         #[doc = ""]
1554         #[doc = "*This API requires the following crate features to be activated: `console`*"]
warn_3( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, )1555         pub fn warn_3(
1556             data_1: &::wasm_bindgen::JsValue,
1557             data_2: &::wasm_bindgen::JsValue,
1558             data_3: &::wasm_bindgen::JsValue,
1559         );
1560         # [wasm_bindgen (js_namespace = console , js_name = warn)]
1561         #[doc = "The `console.warn()` function."]
1562         #[doc = ""]
1563         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)"]
1564         #[doc = ""]
1565         #[doc = "*This API requires the following crate features to be activated: `console`*"]
warn_4( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, )1566         pub fn warn_4(
1567             data_1: &::wasm_bindgen::JsValue,
1568             data_2: &::wasm_bindgen::JsValue,
1569             data_3: &::wasm_bindgen::JsValue,
1570             data_4: &::wasm_bindgen::JsValue,
1571         );
1572         # [wasm_bindgen (js_namespace = console , js_name = warn)]
1573         #[doc = "The `console.warn()` function."]
1574         #[doc = ""]
1575         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)"]
1576         #[doc = ""]
1577         #[doc = "*This API requires the following crate features to be activated: `console`*"]
warn_5( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, )1578         pub fn warn_5(
1579             data_1: &::wasm_bindgen::JsValue,
1580             data_2: &::wasm_bindgen::JsValue,
1581             data_3: &::wasm_bindgen::JsValue,
1582             data_4: &::wasm_bindgen::JsValue,
1583             data_5: &::wasm_bindgen::JsValue,
1584         );
1585         # [wasm_bindgen (js_namespace = console , js_name = warn)]
1586         #[doc = "The `console.warn()` function."]
1587         #[doc = ""]
1588         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)"]
1589         #[doc = ""]
1590         #[doc = "*This API requires the following crate features to be activated: `console`*"]
warn_6( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, )1591         pub fn warn_6(
1592             data_1: &::wasm_bindgen::JsValue,
1593             data_2: &::wasm_bindgen::JsValue,
1594             data_3: &::wasm_bindgen::JsValue,
1595             data_4: &::wasm_bindgen::JsValue,
1596             data_5: &::wasm_bindgen::JsValue,
1597             data_6: &::wasm_bindgen::JsValue,
1598         );
1599         # [wasm_bindgen (js_namespace = console , js_name = warn)]
1600         #[doc = "The `console.warn()` function."]
1601         #[doc = ""]
1602         #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)"]
1603         #[doc = ""]
1604         #[doc = "*This API requires the following crate features to be activated: `console`*"]
warn_7( data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue, data_3: &::wasm_bindgen::JsValue, data_4: &::wasm_bindgen::JsValue, data_5: &::wasm_bindgen::JsValue, data_6: &::wasm_bindgen::JsValue, data_7: &::wasm_bindgen::JsValue, )1605         pub fn warn_7(
1606             data_1: &::wasm_bindgen::JsValue,
1607             data_2: &::wasm_bindgen::JsValue,
1608             data_3: &::wasm_bindgen::JsValue,
1609             data_4: &::wasm_bindgen::JsValue,
1610             data_5: &::wasm_bindgen::JsValue,
1611             data_6: &::wasm_bindgen::JsValue,
1612             data_7: &::wasm_bindgen::JsValue,
1613         );
1614     }
1615 }
1616