summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_Navigator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/web-sys/src/features/gen_Navigator.rs')
-rw-r--r--vendor/web-sys/src/features/gen_Navigator.rs24
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_Navigator.rs b/vendor/web-sys/src/features/gen_Navigator.rs
index 7bb30670f..17197347d 100644
--- a/vendor/web-sys/src/features/gen_Navigator.rs
+++ b/vendor/web-sys/src/features/gen_Navigator.rs
@@ -201,6 +201,18 @@ extern "C" {
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
pub fn xr(this: &Navigator) -> XrSystem;
+ #[cfg(web_sys_unstable_apis)]
+ #[cfg(feature = "Scheduling")]
+ # [wasm_bindgen (structural , method , getter , js_class = "Navigator" , js_name = scheduling)]
+ #[doc = "Getter for the `scheduling` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/scheduling)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `Navigator`, `Scheduling`*"]
+ #[doc = ""]
+ #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+ #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+ pub fn scheduling(this: &Navigator) -> Scheduling;
# [wasm_bindgen (structural , method , getter , js_class = "Navigator" , js_name = hardwareConcurrency)]
#[doc = "Getter for the `hardwareConcurrency` field of this object."]
#[doc = ""]
@@ -284,6 +296,18 @@ extern "C" {
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `Navigator`*"]
pub fn languages(this: &Navigator) -> ::js_sys::Array;
+ #[cfg(web_sys_unstable_apis)]
+ #[cfg(feature = "LockManager")]
+ # [wasm_bindgen (structural , method , getter , js_class = "Navigator" , js_name = locks)]
+ #[doc = "Getter for the `locks` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/locks)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `LockManager`, `Navigator`*"]
+ #[doc = ""]
+ #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+ #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+ pub fn locks(this: &Navigator) -> LockManager;
# [wasm_bindgen (structural , method , getter , js_class = "Navigator" , js_name = onLine)]
#[doc = "Getter for the `onLine` field of this object."]
#[doc = ""]