RPM build fix (reverted CI changes which will need to be un-reverted or made conditional) and vendor Rust dependencies to make builds much faster in any CI system.
This commit is contained in:
28
zeroidc/vendor/web-sys/src/features/gen_External.rs
vendored
Normal file
28
zeroidc/vendor/web-sys/src/features/gen_External.rs
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
#![allow(unused_imports)]
|
||||
use super::*;
|
||||
use wasm_bindgen::prelude::*;
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = External , typescript_type = "External")]
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
#[doc = "The `External` class."]
|
||||
#[doc = ""]
|
||||
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/External)"]
|
||||
#[doc = ""]
|
||||
#[doc = "*This API requires the following crate features to be activated: `External`*"]
|
||||
pub type External;
|
||||
# [wasm_bindgen (method , structural , js_class = "External" , js_name = AddSearchProvider)]
|
||||
#[doc = "The `AddSearchProvider()` method."]
|
||||
#[doc = ""]
|
||||
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/External/AddSearchProvider)"]
|
||||
#[doc = ""]
|
||||
#[doc = "*This API requires the following crate features to be activated: `External`*"]
|
||||
pub fn add_search_provider(this: &External, a_description_url: &str);
|
||||
# [wasm_bindgen (method , structural , js_class = "External" , js_name = IsSearchProviderInstalled)]
|
||||
#[doc = "The `IsSearchProviderInstalled()` method."]
|
||||
#[doc = ""]
|
||||
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/External/IsSearchProviderInstalled)"]
|
||||
#[doc = ""]
|
||||
#[doc = "*This API requires the following crate features to be activated: `External`*"]
|
||||
pub fn is_search_provider_installed(this: &External, a_search_url: &str) -> u32;
|
||||
}
|
||||
Reference in New Issue
Block a user