[][src]Struct web_sys::Window

#[repr(transparent)]
pub struct Window { /* fields omitted */ }

The Window class.

MDN Documentation

This API requires the following crate features to be activated: Window

Methods

impl Window[src]

pub fn window(&self) -> Window[src]

Getter for the window field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn self_(&self) -> Window[src]

Getter for the self field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn document(&self) -> Option<Document>[src]

Getter for the document field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, Window

impl Window[src]

pub fn name(&self) -> Result<String, JsValue>[src]

Getter for the name field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_name(&self, value: &str) -> Result<(), JsValue>[src]

Setter for the name field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn location(&self) -> Location[src]

Getter for the location field of this object.

MDN Documentation

This API requires the following crate features to be activated: Location, Window

impl Window[src]

pub fn history(&self) -> Result<History, JsValue>[src]

Getter for the history field of this object.

MDN Documentation

This API requires the following crate features to be activated: History, Window

impl Window[src]

pub fn custom_elements(&self) -> CustomElementRegistry[src]

Getter for the customElements field of this object.

MDN Documentation

This API requires the following crate features to be activated: CustomElementRegistry, Window

impl Window[src]

pub fn locationbar(&self) -> Result<BarProp, JsValue>[src]

Getter for the locationbar field of this object.

MDN Documentation

This API requires the following crate features to be activated: BarProp, Window

impl Window[src]

pub fn menubar(&self) -> Result<BarProp, JsValue>[src]

Getter for the menubar field of this object.

MDN Documentation

This API requires the following crate features to be activated: BarProp, Window

impl Window[src]

pub fn personalbar(&self) -> Result<BarProp, JsValue>[src]

Getter for the personalbar field of this object.

MDN Documentation

This API requires the following crate features to be activated: BarProp, Window

impl Window[src]

pub fn scrollbars(&self) -> Result<BarProp, JsValue>[src]

Getter for the scrollbars field of this object.

MDN Documentation

This API requires the following crate features to be activated: BarProp, Window

impl Window[src]

pub fn statusbar(&self) -> Result<BarProp, JsValue>[src]

Getter for the statusbar field of this object.

MDN Documentation

This API requires the following crate features to be activated: BarProp, Window

impl Window[src]

pub fn toolbar(&self) -> Result<BarProp, JsValue>[src]

Getter for the toolbar field of this object.

MDN Documentation

This API requires the following crate features to be activated: BarProp, Window

impl Window[src]

pub fn status(&self) -> Result<String, JsValue>[src]

Getter for the status field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_status(&self, value: &str) -> Result<(), JsValue>[src]

Setter for the status field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn closed(&self) -> Result<bool, JsValue>[src]

Getter for the closed field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn event(&self) -> JsValue[src]

Getter for the event field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn frames(&self) -> Result<Window, JsValue>[src]

Getter for the frames field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn length(&self) -> u32[src]

Getter for the length field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn top(&self) -> Result<Option<Window>, JsValue>[src]

Getter for the top field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn opener(&self) -> Result<JsValue, JsValue>[src]

Getter for the opener field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_opener(&self, value: &JsValue) -> Result<(), JsValue>[src]

Setter for the opener field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn parent(&self) -> Result<Option<Window>, JsValue>[src]

Getter for the parent field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn frame_element(&self) -> Result<Option<Element>, JsValue>[src]

Getter for the frameElement field of this object.

MDN Documentation

This API requires the following crate features to be activated: Element, Window

impl Window[src]

pub fn navigator(&self) -> Navigator[src]

Getter for the navigator field of this object.

MDN Documentation

This API requires the following crate features to be activated: Navigator, Window

impl Window[src]

pub fn external(&self) -> Result<External, JsValue>[src]

Getter for the external field of this object.

MDN Documentation

This API requires the following crate features to be activated: External, Window

impl Window[src]

pub fn onappinstalled(&self) -> Option<Function>[src]

Getter for the onappinstalled field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onappinstalled(&self, value: Option<&Function>)[src]

Setter for the onappinstalled field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn screen(&self) -> Result<Screen, JsValue>[src]

Getter for the screen field of this object.

MDN Documentation

This API requires the following crate features to be activated: Screen, Window

impl Window[src]

pub fn inner_width(&self) -> Result<JsValue, JsValue>[src]

Getter for the innerWidth field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_inner_width(&self, value: &JsValue) -> Result<(), JsValue>[src]

Setter for the innerWidth field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn inner_height(&self) -> Result<JsValue, JsValue>[src]

Getter for the innerHeight field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_inner_height(&self, value: &JsValue) -> Result<(), JsValue>[src]

Setter for the innerHeight field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn scroll_x(&self) -> Result<f64, JsValue>[src]

Getter for the scrollX field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn page_x_offset(&self) -> Result<f64, JsValue>[src]

Getter for the pageXOffset field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn scroll_y(&self) -> Result<f64, JsValue>[src]

Getter for the scrollY field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn page_y_offset(&self) -> Result<f64, JsValue>[src]

Getter for the pageYOffset field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn screen_x(&self) -> Result<JsValue, JsValue>[src]

Getter for the screenX field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_screen_x(&self, value: &JsValue) -> Result<(), JsValue>[src]

Setter for the screenX field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn screen_y(&self) -> Result<JsValue, JsValue>[src]

Getter for the screenY field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_screen_y(&self, value: &JsValue) -> Result<(), JsValue>[src]

Setter for the screenY field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn outer_width(&self) -> Result<JsValue, JsValue>[src]

Getter for the outerWidth field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_outer_width(&self, value: &JsValue) -> Result<(), JsValue>[src]

Setter for the outerWidth field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn outer_height(&self) -> Result<JsValue, JsValue>[src]

Getter for the outerHeight field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_outer_height(&self, value: &JsValue) -> Result<(), JsValue>[src]

Setter for the outerHeight field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn device_pixel_ratio(&self) -> f64[src]

Getter for the devicePixelRatio field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn performance(&self) -> Option<Performance>[src]

Getter for the performance field of this object.

MDN Documentation

This API requires the following crate features to be activated: Performance, Window

impl Window[src]

pub fn orientation(&self) -> i16[src]

Getter for the orientation field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onorientationchange(&self) -> Option<Function>[src]

Getter for the onorientationchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onorientationchange(&self, value: Option<&Function>)[src]

Setter for the onorientationchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onvrdisplayconnect(&self) -> Option<Function>[src]

Getter for the onvrdisplayconnect field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onvrdisplayconnect(&self, value: Option<&Function>)[src]

Setter for the onvrdisplayconnect field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onvrdisplaydisconnect(&self) -> Option<Function>[src]

Getter for the onvrdisplaydisconnect field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onvrdisplaydisconnect(&self, value: Option<&Function>)[src]

Setter for the onvrdisplaydisconnect field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onvrdisplayactivate(&self) -> Option<Function>[src]

Getter for the onvrdisplayactivate field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onvrdisplayactivate(&self, value: Option<&Function>)[src]

Setter for the onvrdisplayactivate field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onvrdisplaydeactivate(&self) -> Option<Function>[src]

Getter for the onvrdisplaydeactivate field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onvrdisplaydeactivate(&self, value: Option<&Function>)[src]

Setter for the onvrdisplaydeactivate field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onvrdisplaypresentchange(&self) -> Option<Function>[src]

Getter for the onvrdisplaypresentchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onvrdisplaypresentchange(&self, value: Option<&Function>)[src]

Setter for the onvrdisplaypresentchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn paint_worklet(&self) -> Result<Worklet, JsValue>[src]

Getter for the paintWorklet field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window, Worklet

impl Window[src]

pub fn crypto(&self) -> Result<Crypto, JsValue>[src]

Getter for the crypto field of this object.

MDN Documentation

This API requires the following crate features to be activated: Crypto, Window

impl Window[src]

pub fn onabort(&self) -> Option<Function>[src]

Getter for the onabort field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onabort(&self, value: Option<&Function>)[src]

Setter for the onabort field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onblur(&self) -> Option<Function>[src]

Getter for the onblur field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onblur(&self, value: Option<&Function>)[src]

Setter for the onblur field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onfocus(&self) -> Option<Function>[src]

Getter for the onfocus field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onfocus(&self, value: Option<&Function>)[src]

Setter for the onfocus field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onauxclick(&self) -> Option<Function>[src]

Getter for the onauxclick field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onauxclick(&self, value: Option<&Function>)[src]

Setter for the onauxclick field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn oncanplay(&self) -> Option<Function>[src]

Getter for the oncanplay field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_oncanplay(&self, value: Option<&Function>)[src]

Setter for the oncanplay field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn oncanplaythrough(&self) -> Option<Function>[src]

Getter for the oncanplaythrough field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_oncanplaythrough(&self, value: Option<&Function>)[src]

Setter for the oncanplaythrough field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onchange(&self) -> Option<Function>[src]

Getter for the onchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onchange(&self, value: Option<&Function>)[src]

Setter for the onchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onclick(&self) -> Option<Function>[src]

Getter for the onclick field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onclick(&self, value: Option<&Function>)[src]

Setter for the onclick field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onclose(&self) -> Option<Function>[src]

Getter for the onclose field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onclose(&self, value: Option<&Function>)[src]

Setter for the onclose field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn oncontextmenu(&self) -> Option<Function>[src]

Getter for the oncontextmenu field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_oncontextmenu(&self, value: Option<&Function>)[src]

Setter for the oncontextmenu field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ondblclick(&self) -> Option<Function>[src]

Getter for the ondblclick field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ondblclick(&self, value: Option<&Function>)[src]

Setter for the ondblclick field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ondrag(&self) -> Option<Function>[src]

Getter for the ondrag field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ondrag(&self, value: Option<&Function>)[src]

Setter for the ondrag field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ondragend(&self) -> Option<Function>[src]

Getter for the ondragend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ondragend(&self, value: Option<&Function>)[src]

Setter for the ondragend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ondragenter(&self) -> Option<Function>[src]

Getter for the ondragenter field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ondragenter(&self, value: Option<&Function>)[src]

Setter for the ondragenter field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ondragexit(&self) -> Option<Function>[src]

Getter for the ondragexit field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ondragexit(&self, value: Option<&Function>)[src]

Setter for the ondragexit field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ondragleave(&self) -> Option<Function>[src]

Getter for the ondragleave field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ondragleave(&self, value: Option<&Function>)[src]

Setter for the ondragleave field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ondragover(&self) -> Option<Function>[src]

Getter for the ondragover field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ondragover(&self, value: Option<&Function>)[src]

Setter for the ondragover field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ondragstart(&self) -> Option<Function>[src]

Getter for the ondragstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ondragstart(&self, value: Option<&Function>)[src]

Setter for the ondragstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ondrop(&self) -> Option<Function>[src]

Getter for the ondrop field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ondrop(&self, value: Option<&Function>)[src]

Setter for the ondrop field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ondurationchange(&self) -> Option<Function>[src]

Getter for the ondurationchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ondurationchange(&self, value: Option<&Function>)[src]

Setter for the ondurationchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onemptied(&self) -> Option<Function>[src]

Getter for the onemptied field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onemptied(&self, value: Option<&Function>)[src]

Setter for the onemptied field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onended(&self) -> Option<Function>[src]

Getter for the onended field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onended(&self, value: Option<&Function>)[src]

Setter for the onended field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn oninput(&self) -> Option<Function>[src]

Getter for the oninput field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_oninput(&self, value: Option<&Function>)[src]

Setter for the oninput field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn oninvalid(&self) -> Option<Function>[src]

Getter for the oninvalid field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_oninvalid(&self, value: Option<&Function>)[src]

Setter for the oninvalid field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onkeydown(&self) -> Option<Function>[src]

Getter for the onkeydown field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onkeydown(&self, value: Option<&Function>)[src]

Setter for the onkeydown field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onkeypress(&self) -> Option<Function>[src]

Getter for the onkeypress field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onkeypress(&self, value: Option<&Function>)[src]

Setter for the onkeypress field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onkeyup(&self) -> Option<Function>[src]

Getter for the onkeyup field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onkeyup(&self, value: Option<&Function>)[src]

Setter for the onkeyup field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onload(&self) -> Option<Function>[src]

Getter for the onload field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onload(&self, value: Option<&Function>)[src]

Setter for the onload field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onloadeddata(&self) -> Option<Function>[src]

Getter for the onloadeddata field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onloadeddata(&self, value: Option<&Function>)[src]

Setter for the onloadeddata field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onloadedmetadata(&self) -> Option<Function>[src]

Getter for the onloadedmetadata field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onloadedmetadata(&self, value: Option<&Function>)[src]

Setter for the onloadedmetadata field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onloadend(&self) -> Option<Function>[src]

Getter for the onloadend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onloadend(&self, value: Option<&Function>)[src]

Setter for the onloadend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onloadstart(&self) -> Option<Function>[src]

Getter for the onloadstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onloadstart(&self, value: Option<&Function>)[src]

Setter for the onloadstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onmousedown(&self) -> Option<Function>[src]

Getter for the onmousedown field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onmousedown(&self, value: Option<&Function>)[src]

Setter for the onmousedown field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onmouseenter(&self) -> Option<Function>[src]

Getter for the onmouseenter field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onmouseenter(&self, value: Option<&Function>)[src]

Setter for the onmouseenter field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onmouseleave(&self) -> Option<Function>[src]

Getter for the onmouseleave field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onmouseleave(&self, value: Option<&Function>)[src]

Setter for the onmouseleave field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onmousemove(&self) -> Option<Function>[src]

Getter for the onmousemove field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onmousemove(&self, value: Option<&Function>)[src]

Setter for the onmousemove field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onmouseout(&self) -> Option<Function>[src]

Getter for the onmouseout field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onmouseout(&self, value: Option<&Function>)[src]

Setter for the onmouseout field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onmouseover(&self) -> Option<Function>[src]

Getter for the onmouseover field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onmouseover(&self, value: Option<&Function>)[src]

Setter for the onmouseover field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onmouseup(&self) -> Option<Function>[src]

Getter for the onmouseup field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onmouseup(&self, value: Option<&Function>)[src]

Setter for the onmouseup field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onwheel(&self) -> Option<Function>[src]

Getter for the onwheel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onwheel(&self, value: Option<&Function>)[src]

Setter for the onwheel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onpause(&self) -> Option<Function>[src]

Getter for the onpause field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onpause(&self, value: Option<&Function>)[src]

Setter for the onpause field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onplay(&self) -> Option<Function>[src]

Getter for the onplay field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onplay(&self, value: Option<&Function>)[src]

Setter for the onplay field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onplaying(&self) -> Option<Function>[src]

Getter for the onplaying field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onplaying(&self, value: Option<&Function>)[src]

Setter for the onplaying field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onprogress(&self) -> Option<Function>[src]

Getter for the onprogress field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onprogress(&self, value: Option<&Function>)[src]

Setter for the onprogress field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onratechange(&self) -> Option<Function>[src]

Getter for the onratechange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onratechange(&self, value: Option<&Function>)[src]

Setter for the onratechange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onreset(&self) -> Option<Function>[src]

Getter for the onreset field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onreset(&self, value: Option<&Function>)[src]

Setter for the onreset field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onresize(&self) -> Option<Function>[src]

Getter for the onresize field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onresize(&self, value: Option<&Function>)[src]

Setter for the onresize field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onscroll(&self) -> Option<Function>[src]

Getter for the onscroll field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onscroll(&self, value: Option<&Function>)[src]

Setter for the onscroll field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onseeked(&self) -> Option<Function>[src]

Getter for the onseeked field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onseeked(&self, value: Option<&Function>)[src]

Setter for the onseeked field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onseeking(&self) -> Option<Function>[src]

Getter for the onseeking field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onseeking(&self, value: Option<&Function>)[src]

Setter for the onseeking field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onselect(&self) -> Option<Function>[src]

Getter for the onselect field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onselect(&self, value: Option<&Function>)[src]

Setter for the onselect field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onshow(&self) -> Option<Function>[src]

Getter for the onshow field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onshow(&self, value: Option<&Function>)[src]

Setter for the onshow field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onstalled(&self) -> Option<Function>[src]

Getter for the onstalled field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onstalled(&self, value: Option<&Function>)[src]

Setter for the onstalled field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onsubmit(&self) -> Option<Function>[src]

Getter for the onsubmit field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onsubmit(&self, value: Option<&Function>)[src]

Setter for the onsubmit field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onsuspend(&self) -> Option<Function>[src]

Getter for the onsuspend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onsuspend(&self, value: Option<&Function>)[src]

Setter for the onsuspend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ontimeupdate(&self) -> Option<Function>[src]

Getter for the ontimeupdate field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ontimeupdate(&self, value: Option<&Function>)[src]

Setter for the ontimeupdate field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onvolumechange(&self) -> Option<Function>[src]

Getter for the onvolumechange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onvolumechange(&self, value: Option<&Function>)[src]

Setter for the onvolumechange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onwaiting(&self) -> Option<Function>[src]

Getter for the onwaiting field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onwaiting(&self, value: Option<&Function>)[src]

Setter for the onwaiting field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onselectstart(&self) -> Option<Function>[src]

Getter for the onselectstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onselectstart(&self, value: Option<&Function>)[src]

Setter for the onselectstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ontoggle(&self) -> Option<Function>[src]

Getter for the ontoggle field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ontoggle(&self, value: Option<&Function>)[src]

Setter for the ontoggle field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onpointercancel(&self) -> Option<Function>[src]

Getter for the onpointercancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onpointercancel(&self, value: Option<&Function>)[src]

Setter for the onpointercancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onpointerdown(&self) -> Option<Function>[src]

Getter for the onpointerdown field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onpointerdown(&self, value: Option<&Function>)[src]

Setter for the onpointerdown field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onpointerup(&self) -> Option<Function>[src]

Getter for the onpointerup field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onpointerup(&self, value: Option<&Function>)[src]

Setter for the onpointerup field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onpointermove(&self) -> Option<Function>[src]

Getter for the onpointermove field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onpointermove(&self, value: Option<&Function>)[src]

Setter for the onpointermove field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onpointerout(&self) -> Option<Function>[src]

Getter for the onpointerout field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onpointerout(&self, value: Option<&Function>)[src]

Setter for the onpointerout field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onpointerover(&self) -> Option<Function>[src]

Getter for the onpointerover field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onpointerover(&self, value: Option<&Function>)[src]

Setter for the onpointerover field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onpointerenter(&self) -> Option<Function>[src]

Getter for the onpointerenter field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onpointerenter(&self, value: Option<&Function>)[src]

Setter for the onpointerenter field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onpointerleave(&self) -> Option<Function>[src]

Getter for the onpointerleave field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onpointerleave(&self, value: Option<&Function>)[src]

Setter for the onpointerleave field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ongotpointercapture(&self) -> Option<Function>[src]

Getter for the ongotpointercapture field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ongotpointercapture(&self, value: Option<&Function>)[src]

Setter for the ongotpointercapture field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onlostpointercapture(&self) -> Option<Function>[src]

Getter for the onlostpointercapture field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onlostpointercapture(&self, value: Option<&Function>)[src]

Setter for the onlostpointercapture field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onanimationcancel(&self) -> Option<Function>[src]

Getter for the onanimationcancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onanimationcancel(&self, value: Option<&Function>)[src]

Setter for the onanimationcancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onanimationend(&self) -> Option<Function>[src]

Getter for the onanimationend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onanimationend(&self, value: Option<&Function>)[src]

Setter for the onanimationend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onanimationiteration(&self) -> Option<Function>[src]

Getter for the onanimationiteration field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onanimationiteration(&self, value: Option<&Function>)[src]

Setter for the onanimationiteration field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onanimationstart(&self) -> Option<Function>[src]

Getter for the onanimationstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onanimationstart(&self, value: Option<&Function>)[src]

Setter for the onanimationstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ontransitioncancel(&self) -> Option<Function>[src]

Getter for the ontransitioncancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ontransitioncancel(&self, value: Option<&Function>)[src]

Setter for the ontransitioncancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ontransitionend(&self) -> Option<Function>[src]

Getter for the ontransitionend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ontransitionend(&self, value: Option<&Function>)[src]

Setter for the ontransitionend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ontransitionrun(&self) -> Option<Function>[src]

Getter for the ontransitionrun field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ontransitionrun(&self, value: Option<&Function>)[src]

Setter for the ontransitionrun field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ontransitionstart(&self) -> Option<Function>[src]

Getter for the ontransitionstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ontransitionstart(&self, value: Option<&Function>)[src]

Setter for the ontransitionstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onwebkitanimationend(&self) -> Option<Function>[src]

Getter for the onwebkitanimationend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onwebkitanimationend(&self, value: Option<&Function>)[src]

Setter for the onwebkitanimationend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onwebkitanimationiteration(&self) -> Option<Function>[src]

Getter for the onwebkitanimationiteration field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onwebkitanimationiteration(&self, value: Option<&Function>)[src]

Setter for the onwebkitanimationiteration field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onwebkitanimationstart(&self) -> Option<Function>[src]

Getter for the onwebkitanimationstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onwebkitanimationstart(&self, value: Option<&Function>)[src]

Setter for the onwebkitanimationstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onwebkittransitionend(&self) -> Option<Function>[src]

Getter for the onwebkittransitionend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onwebkittransitionend(&self, value: Option<&Function>)[src]

Setter for the onwebkittransitionend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn u2f(&self) -> Result<U2f, JsValue>[src]

Getter for the u2f field of this object.

MDN Documentation

This API requires the following crate features to be activated: U2f, Window

impl Window[src]

pub fn onerror(&self) -> Option<Function>[src]

Getter for the onerror field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onerror(&self, value: Option<&Function>)[src]

Setter for the onerror field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn speech_synthesis(&self) -> Result<SpeechSynthesis, JsValue>[src]

Getter for the speechSynthesis field of this object.

MDN Documentation

This API requires the following crate features to be activated: SpeechSynthesis, Window

impl Window[src]

pub fn ontouchstart(&self) -> Option<Function>[src]

Getter for the ontouchstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ontouchstart(&self, value: Option<&Function>)[src]

Setter for the ontouchstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ontouchend(&self) -> Option<Function>[src]

Getter for the ontouchend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ontouchend(&self, value: Option<&Function>)[src]

Setter for the ontouchend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ontouchmove(&self) -> Option<Function>[src]

Getter for the ontouchmove field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ontouchmove(&self, value: Option<&Function>)[src]

Setter for the ontouchmove field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ontouchcancel(&self) -> Option<Function>[src]

Getter for the ontouchcancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ontouchcancel(&self, value: Option<&Function>)[src]

Setter for the ontouchcancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onafterprint(&self) -> Option<Function>[src]

Getter for the onafterprint field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onafterprint(&self, value: Option<&Function>)[src]

Setter for the onafterprint field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onbeforeprint(&self) -> Option<Function>[src]

Getter for the onbeforeprint field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onbeforeprint(&self, value: Option<&Function>)[src]

Setter for the onbeforeprint field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onbeforeunload(&self) -> Option<Function>[src]

Getter for the onbeforeunload field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onbeforeunload(&self, value: Option<&Function>)[src]

Setter for the onbeforeunload field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onhashchange(&self) -> Option<Function>[src]

Getter for the onhashchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onhashchange(&self, value: Option<&Function>)[src]

Setter for the onhashchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onlanguagechange(&self) -> Option<Function>[src]

Getter for the onlanguagechange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onlanguagechange(&self, value: Option<&Function>)[src]

Setter for the onlanguagechange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onmessage(&self) -> Option<Function>[src]

Getter for the onmessage field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onmessage(&self, value: Option<&Function>)[src]

Setter for the onmessage field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onmessageerror(&self) -> Option<Function>[src]

Getter for the onmessageerror field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onmessageerror(&self, value: Option<&Function>)[src]

Setter for the onmessageerror field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onoffline(&self) -> Option<Function>[src]

Getter for the onoffline field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onoffline(&self, value: Option<&Function>)[src]

Setter for the onoffline field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn ononline(&self) -> Option<Function>[src]

Getter for the ononline field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_ononline(&self, value: Option<&Function>)[src]

Setter for the ononline field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onpagehide(&self) -> Option<Function>[src]

Getter for the onpagehide field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onpagehide(&self, value: Option<&Function>)[src]

Setter for the onpagehide field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onpageshow(&self) -> Option<Function>[src]

Getter for the onpageshow field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onpageshow(&self, value: Option<&Function>)[src]

Setter for the onpageshow field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onpopstate(&self) -> Option<Function>[src]

Getter for the onpopstate field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onpopstate(&self, value: Option<&Function>)[src]

Setter for the onpopstate field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onstorage(&self) -> Option<Function>[src]

Getter for the onstorage field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onstorage(&self, value: Option<&Function>)[src]

Setter for the onstorage field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn onunload(&self) -> Option<Function>[src]

Getter for the onunload field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_onunload(&self, value: Option<&Function>)[src]

Setter for the onunload field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn local_storage(&self) -> Result<Option<Storage>, JsValue>[src]

Getter for the localStorage field of this object.

MDN Documentation

This API requires the following crate features to be activated: Storage, Window

impl Window[src]

pub fn origin(&self) -> String[src]

Getter for the origin field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn is_secure_context(&self) -> bool[src]

Getter for the isSecureContext field of this object.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn indexed_db(&self) -> Result<Option<IdbFactory>, JsValue>[src]

Getter for the indexedDB field of this object.

MDN Documentation

This API requires the following crate features to be activated: IdbFactory, Window

impl Window[src]

pub fn caches(&self) -> Result<CacheStorage, JsValue>[src]

Getter for the caches field of this object.

MDN Documentation

This API requires the following crate features to be activated: CacheStorage, Window

impl Window[src]

pub fn session_storage(&self) -> Result<Option<Storage>, JsValue>[src]

Getter for the sessionStorage field of this object.

MDN Documentation

This API requires the following crate features to be activated: Storage, Window

impl Window[src]

pub fn alert(&self) -> Result<(), JsValue>[src]

The alert() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn alert_with_message(&self, message: &str) -> Result<(), JsValue>[src]

The alert() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn blur(&self) -> Result<(), JsValue>[src]

The blur() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn cancel_animation_frame(&self, handle: i32) -> Result<(), JsValue>[src]

The cancelAnimationFrame() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn cancel_idle_callback(&self, handle: u32)[src]

The cancelIdleCallback() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn capture_events(&self)[src]

The captureEvents() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn close(&self) -> Result<(), JsValue>[src]

The close() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn confirm(&self) -> Result<bool, JsValue>[src]

The confirm() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn confirm_with_message(&self, message: &str) -> Result<bool, JsValue>[src]

The confirm() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn focus(&self) -> Result<(), JsValue>[src]

The focus() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn get_computed_style(
    &self,
    elt: &Element
) -> Result<Option<CssStyleDeclaration>, JsValue>
[src]

The getComputedStyle() method.

MDN Documentation

This API requires the following crate features to be activated: CssStyleDeclaration, Element, Window

impl Window[src]

pub fn get_computed_style_with_pseudo_elt(
    &self,
    elt: &Element,
    pseudo_elt: &str
) -> Result<Option<CssStyleDeclaration>, JsValue>
[src]

The getComputedStyle() method.

MDN Documentation

This API requires the following crate features to be activated: CssStyleDeclaration, Element, Window

impl Window[src]

pub fn get_selection(&self) -> Result<Option<Selection>, JsValue>[src]

The getSelection() method.

MDN Documentation

This API requires the following crate features to be activated: Selection, Window

impl Window[src]

pub fn match_media(
    &self,
    query: &str
) -> Result<Option<MediaQueryList>, JsValue>
[src]

The matchMedia() method.

MDN Documentation

This API requires the following crate features to be activated: MediaQueryList, Window

impl Window[src]

pub fn move_by(&self, x: i32, y: i32) -> Result<(), JsValue>[src]

The moveBy() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn move_to(&self, x: i32, y: i32) -> Result<(), JsValue>[src]

The moveTo() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn open(&self) -> Result<Option<Window>, JsValue>[src]

The open() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn open_with_url(&self, url: &str) -> Result<Option<Window>, JsValue>[src]

The open() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn open_with_url_and_target(
    &self,
    url: &str,
    target: &str
) -> Result<Option<Window>, JsValue>
[src]

The open() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn open_with_url_and_target_and_features(
    &self,
    url: &str,
    target: &str,
    features: &str
) -> Result<Option<Window>, JsValue>
[src]

The open() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn post_message(
    &self,
    message: &JsValue,
    target_origin: &str
) -> Result<(), JsValue>
[src]

The postMessage() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn post_message_with_transfer(
    &self,
    message: &JsValue,
    target_origin: &str,
    transfer: &JsValue
) -> Result<(), JsValue>
[src]

The postMessage() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn print(&self) -> Result<(), JsValue>[src]

The print() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn prompt(&self) -> Result<Option<String>, JsValue>[src]

The prompt() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn prompt_with_message(
    &self,
    message: &str
) -> Result<Option<String>, JsValue>
[src]

The prompt() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn prompt_with_message_and_default(
    &self,
    message: &str,
    default: &str
) -> Result<Option<String>, JsValue>
[src]

The prompt() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn release_events(&self)[src]

The releaseEvents() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn request_animation_frame(
    &self,
    callback: &Function
) -> Result<i32, JsValue>
[src]

The requestAnimationFrame() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn request_idle_callback(&self, callback: &Function) -> Result<u32, JsValue>[src]

The requestIdleCallback() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn request_idle_callback_with_options(
    &self,
    callback: &Function,
    options: &IdleRequestOptions
) -> Result<u32, JsValue>
[src]

The requestIdleCallback() method.

MDN Documentation

This API requires the following crate features to be activated: IdleRequestOptions, Window

impl Window[src]

pub fn resize_by(&self, x: i32, y: i32) -> Result<(), JsValue>[src]

The resizeBy() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn resize_to(&self, x: i32, y: i32) -> Result<(), JsValue>[src]

The resizeTo() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn scroll_with_x_and_y(&self, x: f64, y: f64)[src]

The scroll() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn scroll(&self)[src]

The scroll() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn scroll_with_scroll_to_options(&self, options: &ScrollToOptions)[src]

The scroll() method.

MDN Documentation

This API requires the following crate features to be activated: ScrollToOptions, Window

impl Window[src]

pub fn scroll_by_with_x_and_y(&self, x: f64, y: f64)[src]

The scrollBy() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn scroll_by(&self)[src]

The scrollBy() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn scroll_by_with_scroll_to_options(&self, options: &ScrollToOptions)[src]

The scrollBy() method.

MDN Documentation

This API requires the following crate features to be activated: ScrollToOptions, Window

impl Window[src]

pub fn scroll_to_with_x_and_y(&self, x: f64, y: f64)[src]

The scrollTo() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn scroll_to(&self)[src]

The scrollTo() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn scroll_to_with_scroll_to_options(&self, options: &ScrollToOptions)[src]

The scrollTo() method.

MDN Documentation

This API requires the following crate features to be activated: ScrollToOptions, Window

impl Window[src]

pub fn stop(&self) -> Result<(), JsValue>[src]

The stop() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn get(&self, name: &str) -> Option<Object>[src]

Indexing getter.

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn atob(&self, atob: &str) -> Result<String, JsValue>[src]

The atob() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn btoa(&self, btoa: &str) -> Result<String, JsValue>[src]

The btoa() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn clear_interval(&self)[src]

The clearInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn clear_interval_with_handle(&self, handle: i32)[src]

The clearInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn clear_timeout(&self)[src]

The clearTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn clear_timeout_with_handle(&self, handle: i32)[src]

The clearTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn create_image_bitmap_with_html_image_element(
    &self,
    a_image: &HtmlImageElement
) -> Result<Promise, JsValue>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: HtmlImageElement, Window

impl Window[src]

pub fn create_image_bitmap_with_html_video_element(
    &self,
    a_image: &HtmlVideoElement
) -> Result<Promise, JsValue>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: HtmlVideoElement, Window

impl Window[src]

pub fn create_image_bitmap_with_html_canvas_element(
    &self,
    a_image: &HtmlCanvasElement
) -> Result<Promise, JsValue>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: HtmlCanvasElement, Window

impl Window[src]

pub fn create_image_bitmap_with_blob(
    &self,
    a_image: &Blob
) -> Result<Promise, JsValue>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: Blob, Window

impl Window[src]

pub fn create_image_bitmap_with_image_data(
    &self,
    a_image: &ImageData
) -> Result<Promise, JsValue>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: ImageData, Window

impl Window[src]

pub fn create_image_bitmap_with_canvas_rendering_context_2d(
    &self,
    a_image: &CanvasRenderingContext2d
) -> Result<Promise, JsValue>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: CanvasRenderingContext2d, Window

impl Window[src]

pub fn create_image_bitmap_with_image_bitmap(
    &self,
    a_image: &ImageBitmap
) -> Result<Promise, JsValue>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: ImageBitmap, Window

impl Window[src]

pub fn create_image_bitmap_with_buffer_source(
    &self,
    a_image: &Object
) -> Result<Promise, JsValue>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn create_image_bitmap_with_u8_array(
    &self,
    a_image: &mut [u8]
) -> Result<Promise, JsValue>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: HtmlImageElement, Window

impl Window[src]

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>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: HtmlVideoElement, Window

impl Window[src]

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>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: HtmlCanvasElement, Window

impl Window[src]

pub fn create_image_bitmap_with_blob_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
    &self,
    a_image: &Blob,
    a_sx: i32,
    a_sy: i32,
    a_sw: i32,
    a_sh: i32
) -> Result<Promise, JsValue>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: Blob, Window

impl Window[src]

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>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: ImageData, Window

impl Window[src]

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>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: CanvasRenderingContext2d, Window

impl Window[src]

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>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: ImageBitmap, Window

impl Window[src]

pub fn create_image_bitmap_with_buffer_source_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
    &self,
    a_image: &Object,
    a_sx: i32,
    a_sy: i32,
    a_sw: i32,
    a_sh: i32
) -> Result<Promise, JsValue>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn create_image_bitmap_with_u8_array_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
    &self,
    a_image: &mut [u8],
    a_sx: i32,
    a_sy: i32,
    a_sw: i32,
    a_sh: i32
) -> Result<Promise, JsValue>
[src]

The createImageBitmap() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn fetch_with_request(&self, input: &Request) -> Promise[src]

The fetch() method.

MDN Documentation

This API requires the following crate features to be activated: Request, Window

impl Window[src]

pub fn fetch_with_str(&self, input: &str) -> Promise[src]

The fetch() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn fetch_with_request_and_init(
    &self,
    input: &Request,
    init: &RequestInit
) -> Promise
[src]

The fetch() method.

MDN Documentation

This API requires the following crate features to be activated: Request, RequestInit, Window

impl Window[src]

pub fn fetch_with_str_and_init(
    &self,
    input: &str,
    init: &RequestInit
) -> Promise
[src]

The fetch() method.

MDN Documentation

This API requires the following crate features to be activated: RequestInit, Window

impl Window[src]

pub fn set_interval_with_callback(
    &self,
    handler: &Function
) -> Result<i32, JsValue>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_interval_with_callback_and_timeout_and_arguments(
    &self,
    handler: &Function,
    timeout: i32,
    arguments: &Array
) -> Result<i32, JsValue>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_interval_with_callback_and_timeout_and_arguments_0(
    &self,
    handler: &Function,
    timeout: i32
) -> Result<i32, JsValue>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_interval_with_callback_and_timeout_and_arguments_1(
    &self,
    handler: &Function,
    timeout: i32,
    arguments_1: &JsValue
) -> Result<i32, JsValue>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_interval_with_callback_and_timeout_and_arguments_2(
    &self,
    handler: &Function,
    timeout: i32,
    arguments_1: &JsValue,
    arguments_2: &JsValue
) -> Result<i32, JsValue>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_interval_with_str(&self, handler: &str) -> Result<i32, JsValue>[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_interval_with_str_and_timeout_and_unused(
    &self,
    handler: &str,
    timeout: i32,
    unused: &Array
) -> Result<i32, JsValue>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_interval_with_str_and_timeout_and_unused_0(
    &self,
    handler: &str,
    timeout: i32
) -> Result<i32, JsValue>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_interval_with_str_and_timeout_and_unused_1(
    &self,
    handler: &str,
    timeout: i32,
    unused_1: &JsValue
) -> Result<i32, JsValue>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_interval_with_str_and_timeout_and_unused_2(
    &self,
    handler: &str,
    timeout: i32,
    unused_1: &JsValue,
    unused_2: &JsValue
) -> Result<i32, JsValue>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_interval_with_str_and_timeout_and_unused_3(
    &self,
    handler: &str,
    timeout: i32,
    unused_1: &JsValue,
    unused_2: &JsValue,
    unused_3: &JsValue
) -> Result<i32, JsValue>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setInterval() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_timeout_with_callback(
    &self,
    handler: &Function
) -> Result<i32, JsValue>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_timeout_with_callback_and_timeout_and_arguments(
    &self,
    handler: &Function,
    timeout: i32,
    arguments: &Array
) -> Result<i32, JsValue>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_timeout_with_callback_and_timeout_and_arguments_0(
    &self,
    handler: &Function,
    timeout: i32
) -> Result<i32, JsValue>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_timeout_with_callback_and_timeout_and_arguments_1(
    &self,
    handler: &Function,
    timeout: i32,
    arguments_1: &JsValue
) -> Result<i32, JsValue>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_timeout_with_callback_and_timeout_and_arguments_2(
    &self,
    handler: &Function,
    timeout: i32,
    arguments_1: &JsValue,
    arguments_2: &JsValue
) -> Result<i32, JsValue>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_timeout_with_str(&self, handler: &str) -> Result<i32, JsValue>[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_timeout_with_str_and_timeout_and_unused(
    &self,
    handler: &str,
    timeout: i32,
    unused: &Array
) -> Result<i32, JsValue>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_timeout_with_str_and_timeout_and_unused_0(
    &self,
    handler: &str,
    timeout: i32
) -> Result<i32, JsValue>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_timeout_with_str_and_timeout_and_unused_1(
    &self,
    handler: &str,
    timeout: i32,
    unused_1: &JsValue
) -> Result<i32, JsValue>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_timeout_with_str_and_timeout_and_unused_2(
    &self,
    handler: &str,
    timeout: i32,
    unused_1: &JsValue,
    unused_2: &JsValue
) -> Result<i32, JsValue>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

pub fn set_timeout_with_str_and_timeout_and_unused_3(
    &self,
    handler: &str,
    timeout: i32,
    unused_1: &JsValue,
    unused_2: &JsValue,
    unused_3: &JsValue
) -> Result<i32, JsValue>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

impl Window[src]

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>
[src]

The setTimeout() method.

MDN Documentation

This API requires the following crate features to be activated: Window

Methods from Deref<Target = EventTarget>

pub fn add_event_listener_with_callback(
    &self,
    type_: &str,
    listener: &Function
) -> Result<(), JsValue>
[src]

The addEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: EventTarget

pub fn add_event_listener_with_event_listener(
    &self,
    type_: &str,
    listener: &EventListener
) -> Result<(), JsValue>
[src]

The addEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: EventListener, EventTarget

pub fn add_event_listener_with_callback_and_add_event_listener_options(
    &self,
    type_: &str,
    listener: &Function,
    options: &AddEventListenerOptions
) -> Result<(), JsValue>
[src]

The addEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: AddEventListenerOptions, EventTarget

pub fn add_event_listener_with_event_listener_and_add_event_listener_options(
    &self,
    type_: &str,
    listener: &EventListener,
    options: &AddEventListenerOptions
) -> Result<(), JsValue>
[src]

The addEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: AddEventListenerOptions, EventListener, EventTarget

pub fn add_event_listener_with_callback_and_bool(
    &self,
    type_: &str,
    listener: &Function,
    options: bool
) -> Result<(), JsValue>
[src]

The addEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: EventTarget

pub fn add_event_listener_with_event_listener_and_bool(
    &self,
    type_: &str,
    listener: &EventListener,
    options: bool
) -> Result<(), JsValue>
[src]

The addEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: EventListener, EventTarget

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>
[src]

The addEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: AddEventListenerOptions, EventTarget

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>
[src]

The addEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: AddEventListenerOptions, EventListener, EventTarget

pub fn add_event_listener_with_callback_and_bool_and_wants_untrusted(
    &self,
    type_: &str,
    listener: &Function,
    options: bool,
    wants_untrusted: Option<bool>
) -> Result<(), JsValue>
[src]

The addEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: EventTarget

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>
[src]

The addEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: EventListener, EventTarget

pub fn dispatch_event(&self, event: &Event) -> Result<bool, JsValue>[src]

The dispatchEvent() method.

MDN Documentation

This API requires the following crate features to be activated: Event, EventTarget

pub fn remove_event_listener_with_callback(
    &self,
    type_: &str,
    listener: &Function
) -> Result<(), JsValue>
[src]

The removeEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: EventTarget

pub fn remove_event_listener_with_event_listener(
    &self,
    type_: &str,
    listener: &EventListener
) -> Result<(), JsValue>
[src]

The removeEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: EventListener, EventTarget

pub fn remove_event_listener_with_callback_and_event_listener_options(
    &self,
    type_: &str,
    listener: &Function,
    options: &EventListenerOptions
) -> Result<(), JsValue>
[src]

The removeEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: EventListenerOptions, EventTarget

pub fn remove_event_listener_with_event_listener_and_event_listener_options(
    &self,
    type_: &str,
    listener: &EventListener,
    options: &EventListenerOptions
) -> Result<(), JsValue>
[src]

The removeEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: EventListener, EventListenerOptions, EventTarget

pub fn remove_event_listener_with_callback_and_bool(
    &self,
    type_: &str,
    listener: &Function,
    options: bool
) -> Result<(), JsValue>
[src]

The removeEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: EventTarget

pub fn remove_event_listener_with_event_listener_and_bool(
    &self,
    type_: &str,
    listener: &EventListener,
    options: bool
) -> Result<(), JsValue>
[src]

The removeEventListener() method.

MDN Documentation

This API requires the following crate features to be activated: EventListener, EventTarget

Trait Implementations

impl AsRef<EventTarget> for Window[src]

impl AsRef<JsValue> for Window[src]

impl AsRef<Object> for Window[src]

impl AsRef<Window> for Window[src]

impl Clone for Window[src]

impl Debug for Window[src]

impl Deref for Window[src]

type Target = EventTarget

The resulting type after dereferencing.

impl Eq for Window[src]

impl From<JsValue> for Window[src]

impl From<Window> for JsValue[src]

impl From<Window> for EventTarget[src]

impl From<Window> for Object[src]

impl FromWasmAbi for Window[src]

type Abi = <JsValue as FromWasmAbi>::Abi

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl IntoWasmAbi for Window[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a Window[src]

type Abi = <&'a JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl JsCast for Window[src]

impl OptionFromWasmAbi for Window[src]

impl OptionIntoWasmAbi for Window[src]

impl<'a> OptionIntoWasmAbi for &'a Window[src]

impl PartialEq<Window> for Window[src]

impl RefFromWasmAbi for Window[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<Window>

The type that holds the reference to 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 more

impl StructuralEq for Window[src]

impl StructuralPartialEq for Window[src]

impl WasmDescribe for Window[src]

Auto Trait Implementations

impl RefUnwindSafe for Window

impl !Send for Window

impl !Sync for Window

impl Unpin for Window

impl UnwindSafe for Window

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.