Liking cljdoc? Tell your friends :D

web.other.core

web.other interfaces.

web.other interfaces.
raw docstring

No vars found in this namespace.

web.other.EventSource

The EventSource interface is web content's interface to server-sent An EventSource instance opens a persistent connection to an HTTP which sends events in text/event-stream format.

The EventSource interface is web content's interface to server-sent
An EventSource instance opens a persistent connection to an HTTP
which sends events in text/event-stream format.
raw docstring

web.other.EventSource.ev

EventSource Events.

EventSource Events.
raw docstring

web.other.FileReaderSync

The FileReaderSync interface allows to read File or Blob objects a synchronous way.

The FileReaderSync interface allows to read File or Blob objects
a synchronous way.
raw docstring

web.other.IdleDeadline

See our complete example in the article Cooperative Scheduling Background Tasks API.

See our complete example in the article Cooperative Scheduling
Background Tasks API.
raw docstring

web.other.InputDeviceCapabilities

The InputDeviceCapabilities interface of the Input Device Capabilities provides information about the physical device or a group of devices responsible for generating input events. Events caused the same physical input device get the same instance of this but the converse isn't true. For example, two mice with the same in a system may appear as a single InputDeviceCapabilities instance.

The InputDeviceCapabilities interface of the Input Device Capabilities
provides information about the physical device or a group of
devices responsible for generating input events. Events caused
the same physical input device get the same instance of this
but the converse isn't true. For example, two mice with the same
in a system may appear as a single InputDeviceCapabilities instance.
raw docstring

web.other.MessageChannel

The MessageChannel interface of the Channel Messaging API allows to create a new message channel and send data through it via two web.other.MessagePort properties.

The MessageChannel interface of the Channel Messaging API allows
to create a new message channel and send data through it via
two `web.other.MessagePort` properties.
raw docstring

web.other.MessagePort

The MessagePort interface of the Channel Messaging API represents of the two ports of a web.other.MessageChannel, allowing messages be sent from one port and listening out for them arriving at other.

The MessagePort interface of the Channel Messaging API represents
of the two ports of a `web.other.MessageChannel`, allowing messages
be sent from one port and listening out for them arriving at
other.
raw docstring

web.other.MessagePort.ev

MessagePort Events.

MessagePort Events.
raw docstring

web.other.MimeType

The MimeType interface provides contains information about a type associated with a particular plugin. NavigatorPlugins.mimeTypes an array of this object.

The MimeType interface provides contains information about a
type associated with a particular plugin. `NavigatorPlugins.mimeTypes`
an array of this object.
raw docstring

web.other.MimeTypeArray

The MimeTypeArray interface returns an array of web.other.MimeType each of which contains information about a supported browser This object is returned by NavigatorPlugins.mimeTypes.

The MimeTypeArray interface returns an array of `web.other.MimeType`
each of which contains information about a supported browser
This object is returned by `NavigatorPlugins.mimeTypes`.
raw docstring

web.other.NetworkInformation

The NetworkInformation interface provides information about the a device is using to communicate with the network and provides means for scripts to be notified if the connection type changes. NetworkInformation interfaces cannot be instantiated. It is instead through the connection property of the web.performance.Navigator

The NetworkInformation interface provides information about the
a device is using to communicate with the network and provides
means for scripts to be notified if the connection type changes.
NetworkInformation interfaces cannot be instantiated. It is instead
through the connection property of the `web.performance.Navigator`
raw docstring

web.other.Notation

Represents a DTD notation (read-only). May declare format of unparsed entity or formally declare the document's processing targets. Inherits methods and properties from Node. Its nodeName the notation name. Has no parent.

Represents a DTD notation (read-only). May declare format of
unparsed entity or formally declare the document's processing
targets. Inherits methods and properties from Node. Its nodeName
the notation name. Has no parent.
raw docstring

web.other.NotificationAction

The NotificationAction interface of the Notifications API is to represent action buttons the user can click to interact with

The NotificationAction interface of the Notifications API is
to represent action buttons the user can click to interact with
raw docstring

web.other.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.other.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.other.Selection

A Selection object represents the range of text selected by the or the current position of the caret. To obtain a Selection object examination or manipulation, call Window.getSelection().

A Selection object represents the range of text selected by the
or the current position of the caret. To obtain a Selection object
examination or manipulation, call `Window.getSelection()`.
raw docstring

web.other.TextEncoder

TextEncoder takes a stream of code points as input and emits stream of bytes. For a more scalable, non-native library, see – a C-like representation of strings based on typed arrays.

TextEncoder takes a stream of code points as input and emits
stream of bytes. For a more scalable, non-native library, see
– a C-like representation of strings based on typed arrays.
raw docstring

web.other.Touch

The Touch interface represents a single contact point on a touch-sensitive The contact point is commonly a finger or stylus and the device be a touchscreen or trackpad.

The Touch interface represents a single contact point on a touch-sensitive
The contact point is commonly a finger or stylus and the device
be a touchscreen or trackpad.
raw docstring

web.other.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.other.Worklet

The Worklet interface is a lightweight version of Web Workers gives developers access to low-level parts of the rendering pipeline.

The Worklet interface is a lightweight version of `Web Workers`
gives developers access to low-level parts of the rendering pipeline.
raw docstring

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

× close