blob: e21089dc53a5c509d1dc6277a12ae2709130ffd8 [file] [log] [blame]
#![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",
}