From 4ff154fbfcb7747c335e3021b4a205f4ef3206c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Pej=C5=A1a?= Date: Wed, 22 Apr 2020 16:45:02 +0200 Subject: [PATCH] Generate web-sys with old ClipboardEvent removed. --- .../src/features/gen_ClipboardEvent.rs | 38 ------------------- crates/web-sys/src/features/gen_Navigator.rs | 12 ------ 2 files changed, 50 deletions(-) diff --git a/crates/web-sys/src/features/gen_ClipboardEvent.rs b/crates/web-sys/src/features/gen_ClipboardEvent.rs index 44f7b094..f95acc74 100644 --- a/crates/web-sys/src/features/gen_ClipboardEvent.rs +++ b/crates/web-sys/src/features/gen_ClipboardEvent.rs @@ -28,44 +28,6 @@ extern "C" { #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"] pub fn clipboard_data(this: &ClipboardEvent) -> Option; #[cfg(web_sys_unstable_apis)] - #[cfg(feature = "DataTransfer")] - # [ wasm_bindgen ( structural , method , getter , js_class = "ClipboardEvent" , js_name = clipboardData ) ] - #[doc = "Getter for the `clipboardData` field of this object."] - #[doc = ""] - #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ClipboardEvent/clipboardData)"] - #[doc = ""] - #[doc = "*This API requires the following crate features to be activated: `ClipboardEvent`, `DataTransfer`*"] - #[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 clipboard_data(this: &ClipboardEvent) -> Option; - #[cfg(web_sys_unstable_apis)] - #[wasm_bindgen(catch, constructor, js_class = "ClipboardEvent")] - #[doc = "The `new ClipboardEvent(..)` constructor, creating a new instance of `ClipboardEvent`."] - #[doc = ""] - #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ClipboardEvent/ClipboardEvent)"] - #[doc = ""] - #[doc = "*This API requires the following crate features to be activated: `ClipboardEvent`*"] - #[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 new(type_: &str) -> Result; - #[cfg(web_sys_unstable_apis)] - #[cfg(feature = "ClipboardEventInit")] - #[wasm_bindgen(catch, constructor, js_class = "ClipboardEvent")] - #[doc = "The `new ClipboardEvent(..)` constructor, creating a new instance of `ClipboardEvent`."] - #[doc = ""] - #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ClipboardEvent/ClipboardEvent)"] - #[doc = ""] - #[doc = "*This API requires the following crate features to be activated: `ClipboardEvent`, `ClipboardEventInit`*"] - #[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 new_with_event_init_dict( - type_: &str, - event_init_dict: &ClipboardEventInit, - ) -> Result; - #[cfg(web_sys_unstable_apis)] #[wasm_bindgen(catch, constructor, js_class = "ClipboardEvent")] #[doc = "The `new ClipboardEvent(..)` constructor, creating a new instance of `ClipboardEvent`."] #[doc = ""] diff --git a/crates/web-sys/src/features/gen_Navigator.rs b/crates/web-sys/src/features/gen_Navigator.rs index 1638d0db..110fedbf 100644 --- a/crates/web-sys/src/features/gen_Navigator.rs +++ b/crates/web-sys/src/features/gen_Navigator.rs @@ -117,18 +117,6 @@ extern "C" { #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"] pub fn clipboard(this: &Navigator) -> Clipboard; #[cfg(web_sys_unstable_apis)] - #[cfg(feature = "Xr")] - # [ wasm_bindgen ( structural , method , getter , js_class = "Navigator" , js_name = xr ) ] - #[doc = "Getter for the `xr` field of this object."] - #[doc = ""] - #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/xr)"] - #[doc = ""] - #[doc = "*This API requires the following crate features to be activated: `Navigator`, `Xr`*"] - #[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 xr(this: &Navigator) -> Xr; - #[cfg(web_sys_unstable_apis)] #[cfg(feature = "Gpu")] # [ wasm_bindgen ( structural , method , getter , js_class = "Navigator" , js_name = gpu ) ] #[doc = "Getter for the `gpu` field of this object."]