web_webtransport_sys/gen/
gen_WebTransportSendGroup.rs

1#![allow(unused_imports)]
2use super::*;
3use wasm_bindgen::prelude::*;
4#[wasm_bindgen]
5extern "C" {
6    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebTransportSendGroup , typescript_type = "WebTransportSendGroup")]
7    #[derive(Debug, Clone, PartialEq, Eq)]
8    #[doc = "The `WebTransportSendGroup` class."]
9    #[doc = ""]
10    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportSendGroup)"]
11    pub type WebTransportSendGroup;
12    # [wasm_bindgen (method , structural , js_class = "WebTransportSendGroup" , js_name = getStats)]
13    #[doc = "The `getStats()` method."]
14    #[doc = ""]
15    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportSendGroup/getStats)"]
16    pub fn get_stats(this: &WebTransportSendGroup) -> ::js_sys::Promise;
17}