summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_RequestDestination.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/web-sys/src/features/gen_RequestDestination.rs')
-rw-r--r--vendor/web-sys/src/features/gen_RequestDestination.rs27
1 files changed, 27 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_RequestDestination.rs b/vendor/web-sys/src/features/gen_RequestDestination.rs
new file mode 100644
index 000000000..e21089dc5
--- /dev/null
+++ b/vendor/web-sys/src/features/gen_RequestDestination.rs
@@ -0,0 +1,27 @@
+#![allow(unused_imports)]
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+#[doc = "The `RequestDestination` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `RequestDestination`*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum RequestDestination {
+ None = "",
+ Audio = "audio",
+ Audioworklet = "audioworklet",
+ Document = "document",
+ Embed = "embed",
+ Font = "font",
+ Image = "image",
+ Manifest = "manifest",
+ Object = "object",
+ Paintworklet = "paintworklet",
+ Report = "report",
+ Script = "script",
+ Sharedworker = "sharedworker",
+ Style = "style",
+ Track = "track",
+ Video = "video",
+ Worker = "worker",
+ Xslt = "xslt",
+}