Struct web_sys::SharedWorkerGlobalScope
source · #[repr(transparent)]pub struct SharedWorkerGlobalScope { /* private fields */ }Expand description
The SharedWorkerGlobalScope object
This API requires the following crate features to be activated: SharedWorkerGlobalScope
Implementations§
sourcepub fn set_onconnect(&self, onconnect: Option<&Function>)
pub fn set_onconnect(&self, onconnect: Option<&Function>)
The onconnect setter
This API requires the following crate features to be activated: SharedWorkerGlobalScope
Methods from Deref<Target = WorkerGlobalScope>§
sourcepub fn import_scripts_0(&self) -> Result<(), JsValue>
pub fn import_scripts_0(&self) -> Result<(), JsValue>
The importScripts() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn self_(&self) -> WorkerGlobalScope
pub fn self_(&self) -> WorkerGlobalScope
The self getter
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn location(&self) -> WorkerLocation
pub fn location(&self) -> WorkerLocation
The location getter
This API requires the following crate features to be activated: WorkerGlobalScope, WorkerLocation
The navigator getter
This API requires the following crate features to be activated: WorkerGlobalScope, WorkerNavigator
sourcepub fn set_onerror(&self, onerror: Option<&Function>)
pub fn set_onerror(&self, onerror: Option<&Function>)
The onerror setter
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_onoffline(&self, onoffline: Option<&Function>)
pub fn set_onoffline(&self, onoffline: Option<&Function>)
The onoffline setter
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_ononline(&self, ononline: Option<&Function>)
pub fn set_ononline(&self, ononline: Option<&Function>)
The ononline setter
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn clear_interval(&self)
pub fn clear_interval(&self)
The clearInterval() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn clear_interval_with_handle(&self, handle: i32)
pub fn clear_interval_with_handle(&self, handle: i32)
The clearInterval() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn clear_timeout(&self)
pub fn clear_timeout(&self)
The clearTimeout() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn clear_timeout_with_handle(&self, handle: i32)
pub fn clear_timeout_with_handle(&self, handle: i32)
The clearTimeout() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn create_image_bitmap_with_html_image_element(
&self,
a_image: &HtmlImageElement
) -> Result<Promise, JsValue>
pub fn create_image_bitmap_with_html_image_element(
&self,
a_image: &HtmlImageElement
) -> Result<Promise, JsValue>
The createImageBitmap() method
This API requires the following crate features to be activated: HtmlImageElement, WorkerGlobalScope
sourcepub fn create_image_bitmap_with_html_video_element(
&self,
a_image: &HtmlVideoElement
) -> Result<Promise, JsValue>
pub fn create_image_bitmap_with_html_video_element(
&self,
a_image: &HtmlVideoElement
) -> Result<Promise, JsValue>
The createImageBitmap() method
This API requires the following crate features to be activated: HtmlVideoElement, WorkerGlobalScope
sourcepub fn create_image_bitmap_with_html_canvas_element(
&self,
a_image: &HtmlCanvasElement
) -> Result<Promise, JsValue>
pub fn create_image_bitmap_with_html_canvas_element(
&self,
a_image: &HtmlCanvasElement
) -> Result<Promise, JsValue>
The createImageBitmap() method
This API requires the following crate features to be activated: HtmlCanvasElement, WorkerGlobalScope
sourcepub fn create_image_bitmap_with_canvas_rendering_context_2d(
&self,
a_image: &CanvasRenderingContext2d
) -> Result<Promise, JsValue>
pub fn create_image_bitmap_with_canvas_rendering_context_2d(
&self,
a_image: &CanvasRenderingContext2d
) -> Result<Promise, JsValue>
The createImageBitmap() method
This API requires the following crate features to be activated: CanvasRenderingContext2d, WorkerGlobalScope
sourcepub fn create_image_bitmap_with_image_bitmap(
&self,
a_image: &ImageBitmap
) -> Result<Promise, JsValue>
pub fn create_image_bitmap_with_image_bitmap(
&self,
a_image: &ImageBitmap
) -> Result<Promise, JsValue>
The createImageBitmap() method
This API requires the following crate features to be activated: ImageBitmap, WorkerGlobalScope
sourcepub fn create_image_bitmap_with_html_image_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &HtmlImageElement,
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
pub fn create_image_bitmap_with_html_image_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &HtmlImageElement,
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
The createImageBitmap() method
This API requires the following crate features to be activated: HtmlImageElement, WorkerGlobalScope
sourcepub fn create_image_bitmap_with_html_video_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &HtmlVideoElement,
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
pub fn create_image_bitmap_with_html_video_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &HtmlVideoElement,
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
The createImageBitmap() method
This API requires the following crate features to be activated: HtmlVideoElement, WorkerGlobalScope
sourcepub fn create_image_bitmap_with_html_canvas_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &HtmlCanvasElement,
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
pub fn create_image_bitmap_with_html_canvas_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &HtmlCanvasElement,
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
The createImageBitmap() method
This API requires the following crate features to be activated: HtmlCanvasElement, WorkerGlobalScope
sourcepub fn create_image_bitmap_with_image_data_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &ImageData,
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
pub fn create_image_bitmap_with_image_data_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &ImageData,
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
The createImageBitmap() method
This API requires the following crate features to be activated: ImageData, WorkerGlobalScope
sourcepub fn create_image_bitmap_with_canvas_rendering_context_2d_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &CanvasRenderingContext2d,
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
pub fn create_image_bitmap_with_canvas_rendering_context_2d_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &CanvasRenderingContext2d,
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
The createImageBitmap() method
This API requires the following crate features to be activated: CanvasRenderingContext2d, WorkerGlobalScope
sourcepub fn create_image_bitmap_with_image_bitmap_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &ImageBitmap,
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
pub fn create_image_bitmap_with_image_bitmap_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &ImageBitmap,
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
The createImageBitmap() method
This API requires the following crate features to be activated: ImageBitmap, WorkerGlobalScope
sourcepub fn fetch_with_request(&self, input: &Request) -> Promise
pub fn fetch_with_request(&self, input: &Request) -> Promise
The fetch() method
This API requires the following crate features to be activated: Request, WorkerGlobalScope
sourcepub fn fetch_with_str(&self, input: &str) -> Promise
pub fn fetch_with_str(&self, input: &str) -> Promise
The fetch() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn fetch_with_request_and_init(
&self,
input: &Request,
init: &RequestInit
) -> Promise
pub fn fetch_with_request_and_init(
&self,
input: &Request,
init: &RequestInit
) -> Promise
The fetch() method
This API requires the following crate features to be activated: Request, RequestInit, WorkerGlobalScope
sourcepub fn fetch_with_str_and_init(&self, input: &str, init: &RequestInit) -> Promise
pub fn fetch_with_str_and_init(&self, input: &str, init: &RequestInit) -> Promise
The fetch() method
This API requires the following crate features to be activated: RequestInit, WorkerGlobalScope
sourcepub fn set_interval_with_callback_and_timeout_and_arguments_3(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue
) -> Result<i32, JsValue>
pub fn set_interval_with_callback_and_timeout_and_arguments_3(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue
) -> Result<i32, JsValue>
The setInterval() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_interval_with_callback_and_timeout_and_arguments_4(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue
) -> Result<i32, JsValue>
pub fn set_interval_with_callback_and_timeout_and_arguments_4(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue
) -> Result<i32, JsValue>
The setInterval() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_interval_with_callback_and_timeout_and_arguments_5(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue
) -> Result<i32, JsValue>
pub fn set_interval_with_callback_and_timeout_and_arguments_5(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue
) -> Result<i32, JsValue>
The setInterval() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_interval_with_callback_and_timeout_and_arguments_6(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue
) -> Result<i32, JsValue>
pub fn set_interval_with_callback_and_timeout_and_arguments_6(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue
) -> Result<i32, JsValue>
The setInterval() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_interval_with_callback_and_timeout_and_arguments_7(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue,
arguments_7: &JsValue
) -> Result<i32, JsValue>
pub fn set_interval_with_callback_and_timeout_and_arguments_7(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue,
arguments_7: &JsValue
) -> Result<i32, JsValue>
The setInterval() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_interval_with_str_and_timeout_and_unused_4(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue
) -> Result<i32, JsValue>
pub fn set_interval_with_str_and_timeout_and_unused_4(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue
) -> Result<i32, JsValue>
The setInterval() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_interval_with_str_and_timeout_and_unused_5(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue
) -> Result<i32, JsValue>
pub fn set_interval_with_str_and_timeout_and_unused_5(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue
) -> Result<i32, JsValue>
The setInterval() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_interval_with_str_and_timeout_and_unused_6(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue
) -> Result<i32, JsValue>
pub fn set_interval_with_str_and_timeout_and_unused_6(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue
) -> Result<i32, JsValue>
The setInterval() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_interval_with_str_and_timeout_and_unused_7(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue,
unused_7: &JsValue
) -> Result<i32, JsValue>
pub fn set_interval_with_str_and_timeout_and_unused_7(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue,
unused_7: &JsValue
) -> Result<i32, JsValue>
The setInterval() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_timeout_with_callback_and_timeout_and_arguments_3(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue
) -> Result<i32, JsValue>
pub fn set_timeout_with_callback_and_timeout_and_arguments_3(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue
) -> Result<i32, JsValue>
The setTimeout() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_timeout_with_callback_and_timeout_and_arguments_4(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue
) -> Result<i32, JsValue>
pub fn set_timeout_with_callback_and_timeout_and_arguments_4(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue
) -> Result<i32, JsValue>
The setTimeout() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_timeout_with_callback_and_timeout_and_arguments_5(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue
) -> Result<i32, JsValue>
pub fn set_timeout_with_callback_and_timeout_and_arguments_5(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue
) -> Result<i32, JsValue>
The setTimeout() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_timeout_with_callback_and_timeout_and_arguments_6(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue
) -> Result<i32, JsValue>
pub fn set_timeout_with_callback_and_timeout_and_arguments_6(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue
) -> Result<i32, JsValue>
The setTimeout() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_timeout_with_callback_and_timeout_and_arguments_7(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue,
arguments_7: &JsValue
) -> Result<i32, JsValue>
pub fn set_timeout_with_callback_and_timeout_and_arguments_7(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue,
arguments_7: &JsValue
) -> Result<i32, JsValue>
The setTimeout() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_timeout_with_str_and_timeout_and_unused_4(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue
) -> Result<i32, JsValue>
pub fn set_timeout_with_str_and_timeout_and_unused_4(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue
) -> Result<i32, JsValue>
The setTimeout() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_timeout_with_str_and_timeout_and_unused_5(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue
) -> Result<i32, JsValue>
pub fn set_timeout_with_str_and_timeout_and_unused_5(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue
) -> Result<i32, JsValue>
The setTimeout() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_timeout_with_str_and_timeout_and_unused_6(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue
) -> Result<i32, JsValue>
pub fn set_timeout_with_str_and_timeout_and_unused_6(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue
) -> Result<i32, JsValue>
The setTimeout() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn set_timeout_with_str_and_timeout_and_unused_7(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue,
unused_7: &JsValue
) -> Result<i32, JsValue>
pub fn set_timeout_with_str_and_timeout_and_unused_7(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue,
unused_7: &JsValue
) -> Result<i32, JsValue>
The setTimeout() method
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn is_secure_context(&self) -> bool
pub fn is_secure_context(&self) -> bool
The isSecureContext getter
This API requires the following crate features to be activated: WorkerGlobalScope
sourcepub fn indexed_db(&self) -> Result<Option<IdbFactory>, JsValue>
pub fn indexed_db(&self) -> Result<Option<IdbFactory>, JsValue>
The indexedDB getter
This API requires the following crate features to be activated: IdbFactory, WorkerGlobalScope
sourcepub fn caches(&self) -> Result<CacheStorage, JsValue>
pub fn caches(&self) -> Result<CacheStorage, JsValue>
The caches getter
This API requires the following crate features to be activated: CacheStorage, WorkerGlobalScope
Methods from Deref<Target = EventTarget>§
sourcepub fn add_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
sourcepub fn add_event_listener_with_callback_and_add_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions
) -> Result<(), JsValue>
pub fn add_event_listener_with_callback_and_add_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: AddEventListenerOptions, EventTarget
sourcepub fn add_event_listener_with_event_listener_and_add_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener_and_add_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: AddEventListenerOptions, EventListener, EventTarget
sourcepub fn add_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
sourcepub fn add_event_listener_with_callback_and_add_event_listener_options_and_wants_untrusted(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
pub fn add_event_listener_with_callback_and_add_event_listener_options_and_wants_untrusted(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: AddEventListenerOptions, EventTarget
sourcepub fn add_event_listener_with_event_listener_and_add_event_listener_options_and_wants_untrusted(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener_and_add_event_listener_options_and_wants_untrusted(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: AddEventListenerOptions, EventListener, EventTarget
sourcepub fn add_event_listener_with_event_listener_and_bool_and_wants_untrusted(
&self,
type_: &str,
listener: &EventListener,
options: bool,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener_and_bool_and_wants_untrusted(
&self,
type_: &str,
listener: &EventListener,
options: bool,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
sourcepub fn remove_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>
pub fn remove_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>
The removeEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
sourcepub fn remove_event_listener_with_callback_and_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &EventListenerOptions
) -> Result<(), JsValue>
pub fn remove_event_listener_with_callback_and_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &EventListenerOptions
) -> Result<(), JsValue>
The removeEventListener() method
This API requires the following crate features to be activated: EventListenerOptions, EventTarget
sourcepub fn remove_event_listener_with_event_listener_and_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &EventListenerOptions
) -> Result<(), JsValue>
pub fn remove_event_listener_with_event_listener_and_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &EventListenerOptions
) -> Result<(), JsValue>
The removeEventListener() method
This API requires the following crate features to be activated: EventListener, EventListenerOptions, EventTarget
sourcepub fn remove_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>
pub fn remove_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>
The removeEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
Methods from Deref<Target = Object>§
sourcepub fn has_own_property(&self, property: &JsValue) -> bool
pub fn has_own_property(&self, property: &JsValue) -> bool
The hasOwnProperty() method returns a boolean indicating whether the
object has the specified property as its own property (as opposed to
inheriting it).
sourcepub fn is_prototype_of(&self, value: &JsValue) -> bool
pub fn is_prototype_of(&self, value: &JsValue) -> bool
The isPrototypeOf() method checks if an object exists in another
object’s prototype chain.
sourcepub fn property_is_enumerable(&self, property: &JsValue) -> bool
pub fn property_is_enumerable(&self, property: &JsValue) -> bool
The propertyIsEnumerable() method returns a Boolean indicating
whether the specified property is enumerable.
sourcepub fn to_locale_string(&self) -> JsString
pub fn to_locale_string(&self) -> JsString
The toLocaleString() method returns a string representing the object.
This method is meant to be overridden by derived objects for
locale-specific purposes.
Methods from Deref<Target = JsValue>§
pub const NULL: JsValue = JsValue{ idx: JSIDX_NULL, _marker: marker::PhantomData,}
pub const UNDEFINED: JsValue = JsValue{ idx: JSIDX_UNDEFINED, _marker: marker::PhantomData,}
pub const TRUE: JsValue = JsValue{ idx: JSIDX_TRUE, _marker: marker::PhantomData,}
pub const FALSE: JsValue = JsValue{ idx: JSIDX_FALSE, _marker: marker::PhantomData,}
sourcepub fn as_f64(&self) -> Option<f64>
pub fn as_f64(&self) -> Option<f64>
Returns the f64 value of this JS value if it’s an instance of a
number.
If this JS value is not an instance of a number then this returns
None.
sourcepub fn as_string(&self) -> Option<String>
pub fn as_string(&self) -> Option<String>
If this JS value is a string value, this function copies the JS string
value into wasm linear memory, encoded as UTF-8, and returns it as a
Rust String.
To avoid the copying and re-encoding, consider the
JsString::try_from() function from js-sys
instead.
If this JS value is not an instance of a string or if it’s not valid
utf-8 then this returns None.
sourcepub fn as_bool(&self) -> Option<bool>
pub fn as_bool(&self) -> Option<bool>
Returns the bool value of this JS value if it’s an instance of a
boolean.
If this JS value is not an instance of a boolean then this returns
None.
sourcepub fn is_undefined(&self) -> bool
pub fn is_undefined(&self) -> bool
Tests whether this JS value is undefined
sourcepub fn is_function(&self) -> bool
pub fn is_function(&self) -> bool
Tests whether the type of this JS value is function.
Trait Implementations§
source§fn as_ref(&self) -> &EventTarget
fn as_ref(&self) -> &EventTarget
source§fn as_ref(&self) -> &WorkerGlobalScope
fn as_ref(&self) -> &WorkerGlobalScope
source§fn clone(&self) -> SharedWorkerGlobalScope
fn clone(&self) -> SharedWorkerGlobalScope
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more§type Target = WorkerGlobalScope
type Target = WorkerGlobalScope
source§fn deref(&self) -> &WorkerGlobalScope
fn deref(&self) -> &WorkerGlobalScope
source§fn from(obj: JsValue) -> SharedWorkerGlobalScope
fn from(obj: JsValue) -> SharedWorkerGlobalScope
source§fn from(obj: SharedWorkerGlobalScope) -> EventTarget
fn from(obj: SharedWorkerGlobalScope) -> EventTarget
source§fn from(obj: SharedWorkerGlobalScope) -> JsValue
fn from(obj: SharedWorkerGlobalScope) -> JsValue
source§fn from(obj: SharedWorkerGlobalScope) -> Object
fn from(obj: SharedWorkerGlobalScope) -> Object
source§fn from(obj: SharedWorkerGlobalScope) -> WorkerGlobalScope
fn from(obj: SharedWorkerGlobalScope) -> WorkerGlobalScope
source§fn instanceof(val: &JsValue) -> bool
fn instanceof(val: &JsValue) -> bool
instanceof check to see whether the JsValue
provided is an instance of this type. Read moresource§fn unchecked_from_js(val: JsValue) -> Self
fn unchecked_from_js(val: JsValue) -> Self
source§fn unchecked_from_js_ref(val: &JsValue) -> &Self
fn unchecked_from_js_ref(val: &JsValue) -> &Self
source§fn is_instance_of<T>(&self) -> boolwhere
T: JsCast,
fn is_instance_of<T>(&self) -> boolwhere
T: JsCast,
T. Read moresource§fn dyn_into<T>(self) -> Result<T, Self>where
T: JsCast,
fn dyn_into<T>(self) -> Result<T, Self>where
T: JsCast,
T. Read moresource§fn dyn_ref<T>(&self) -> Option<&T>where
T: JsCast,
fn dyn_ref<T>(&self) -> Option<&T>where
T: JsCast,
T. Read moresource§fn unchecked_into<T>(self) -> Twhere
T: JsCast,
fn unchecked_into<T>(self) -> Twhere
T: JsCast,
§type Abi = <JsValue as RefFromWasmAbi>::Abi
type Abi = <JsValue as RefFromWasmAbi>::Abi
Self are recovered from.§type Anchor = ManuallyDrop<SharedWorkerGlobalScope>
type Anchor = ManuallyDrop<SharedWorkerGlobalScope>
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous. Read moreAuto Trait Implementations§
Blanket Implementations§
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
IntoWasmAbi::Abisource§fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more