summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_PresentationReceiver.rs
blob: 5e1388a6e2098290781b1898140d77bdf40c705a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#![allow(unused_imports)]
use super::*;
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
extern "C" {
    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = PresentationReceiver , typescript_type = "PresentationReceiver")]
    #[derive(Debug, Clone, PartialEq, Eq)]
    #[doc = "The `PresentationReceiver` class."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/PresentationReceiver)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `PresentationReceiver`*"]
    pub type PresentationReceiver;
    # [wasm_bindgen (structural , catch , method , getter , js_class = "PresentationReceiver" , js_name = connectionList)]
    #[doc = "Getter for the `connectionList` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/PresentationReceiver/connectionList)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `PresentationReceiver`*"]
    pub fn connection_list(this: &PresentationReceiver) -> Result<::js_sys::Promise, JsValue>;
}