Liking cljdoc? Tell your friends :D

web.event.BeforeInstallPromptEvent

The BeforeInstallPromptEvent is fired at the Window.onbeforeinstallprompt before a user is prompted to "install" a web site to a home on mobile.

The BeforeInstallPromptEvent is fired at the `Window.onbeforeinstallprompt`
before a user is prompted to \"install\" a web site to a home
on mobile.
raw docstring

web.event.CompositionEvent

The DOM CompositionEvent represents events that occur due to user indirectly entering text.

The DOM CompositionEvent represents events that occur due to
user indirectly entering text.
raw docstring

web.event.core

web.event interfaces.

web.event interfaces.
raw docstring

No vars found in this namespace.

web.event.FocusEvent

The FocusEvent interface represents focus-related events, including blur, focusin, and focusout.

The FocusEvent interface represents focus-related events, including
blur, focusin, and focusout.
raw docstring

web.event.GestureEvent

The GestureEvent is a proprietary interface specific to WebKit gives information regarding multi-touch gestures. Events using interface include gesturestart, gesturechange, and gestureend.

The GestureEvent is a proprietary interface specific to WebKit
gives information regarding multi-touch gestures. Events using
interface include gesturestart, gesturechange, and gestureend.
raw docstring

web.event.HashChangeEvent

The HashChangeEvent interface represents events that fire when fragment identifier of the URL has changed.

The HashChangeEvent interface represents events that fire when
fragment identifier of the URL has changed.
raw docstring

web.event.InputEvent

The InputEvent interface represents an event notifying of editable change.

The InputEvent interface represents an event notifying of editable
change.
raw docstring

web.event.MouseEvent

The MouseEvent interface represents events that occur due to user interacting with a pointing device (such as a mouse). Common using this interface include click, dblclick, mouseup, mousedown.

The MouseEvent interface represents events that occur due to
user interacting with a pointing device (such as a mouse). Common
using this interface include click, dblclick, mouseup, mousedown.
raw docstring

web.event.MSManipulationEvent

MSManipulationEvent provides contextual information when contact made to the screen and an element is manipulated.

MSManipulationEvent provides contextual information when contact
made to the screen and an element is manipulated.
raw docstring

web.event.PageTransitionEvent

The PageTransitionEvent is fired when a document is being loaded unloaded.

The PageTransitionEvent is fired when a document is being loaded
unloaded.
raw docstring

web.event.PointerEvent

The PointerEvent interface represents the state of a DOM event by a pointer such as the geometry of the contact point, the device that generated the event, the amount of pressure that was applied the contact surface, etc.

The PointerEvent interface represents the state of a DOM event
by a pointer such as the geometry of the contact point, the device
that generated the event, the amount of pressure that was applied
the contact surface, etc.
raw docstring

web.event.ProgressEvent

The ProgressEvent interface represents events measuring progress an underlying process, like an HTTP request (for an XMLHttpRequest, the loading of the underlying resource of an <img>, <audio>, <style> or <link>).

The ProgressEvent interface represents events measuring progress
an underlying process, like an HTTP request (for an XMLHttpRequest,
the loading of the underlying resource of an `<img>`, `<audio>`,
`<style>` or `<link>`).
raw docstring

web.event.TouchEvent

The TouchEvent interface represents an web.event.UIEvent which sent when the state of contacts with a touch-sensitive surface This surface can be a touch screen or trackpad, for example. event can describe one or more points of contact with the screen includes support for detecting movement, addition and removal contact points, and so forth.

The TouchEvent interface represents an `web.event.UIEvent` which
sent when the state of contacts with a touch-sensitive surface
This surface can be a touch screen or trackpad, for example.
event can describe one or more points of contact with the screen
includes support for detecting movement, addition and removal
contact points, and so forth.
raw docstring

web.event.UIEvent

The UIEvent interface represents simple user interface events.

The UIEvent interface represents simple user interface events.
raw docstring

web.event.UserProximityEvent

The UserProximityEvent indicates whether a nearby physical object present by using the proximity sensor of a device.

The UserProximityEvent indicates whether a nearby physical object
present by using the proximity sensor of a device.
raw docstring

web.event.WheelEvent

The WheelEvent interface represents events that occur due to user moving a mouse wheel or similar input device.

The WheelEvent interface represents events that occur due to
user moving a mouse wheel or similar input device.
raw docstring

web.event.XMLHttpRequestEventTarget

XMLHttpRequestEventTarget is the interface that describes the handlers you can implement in an object that will handle events an web.XMLHttpRequest.

XMLHttpRequestEventTarget is the interface that describes the
handlers you can implement in an object that will handle events
an `web.XMLHttpRequest`.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close