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.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.FormData

The FormData interface provides a way to easily construct a set key/value pairs representing form fields and their values, which then be easily sent using the XMLHttpRequest.send() method. uses the same format a form would use if the encoding type were to "multipart/form-data".

The FormData interface provides a way to easily construct a set
key/value pairs representing form fields and their values, which
then be easily sent using the `XMLHttpRequest.send()` method.
uses the same format a form would use if the encoding type were
to \"multipart/form-data\".
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.NamedNodeMap

The NamedNodeMap interface represents a collection of web.Attr Objects inside a NamedNodeMap are not in any particular order, web.NodeList, although they may be accessed by an index as an array.

The NamedNodeMap interface represents a collection of `web.Attr`
Objects inside a NamedNodeMap are not in any particular order,
`web.NodeList`, although they may be accessed by an index as
an array.
raw docstring

web.other.NameList

The NameList interface provides an abstraction for an ordered of name and namespace value pairs. Items can be accessed by a index. The DOM spec does not specify how the collection is to implemented.

The NameList interface provides an abstraction for an ordered
of name and namespace value pairs. Items can be accessed by a
index. The DOM spec does not specify how the collection is to
implemented.
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.Notification

The Notification interface of the Notifications API is used to and display desktop notifications to the user.

The Notification interface of the Notifications API is used to
and display desktop notifications to the user.
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.ParentNode

The ParentNode mixin contains methods and properties that are to all types of web.Node objects that can have children.

The ParentNode mixin contains methods and properties that are
to all types of `web.Node` objects that can have children.
raw docstring

web.other.Plugin

The Plugin interface provides information about a browser plugin.

The Plugin interface provides information about a browser plugin.
raw docstring

web.other.PluginArray

The PluginArray interface is used to store a list of web.other.Plugin describing the available plugins; it's returned by the window.navigator.plugins The PluginArray is not a JavaScript array, but has the length and supports accessing individual items using bracket notation as well as via item(index) and namedItem("name") methods.

The PluginArray interface is used to store a list of `web.other.Plugin`
describing the available plugins; it's returned by the `window.navigator.plugins`
The PluginArray is not a JavaScript array, but has the length
and supports accessing individual items using bracket notation
as well as via item(index) and namedItem(\"name\") methods.
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.StaticRange

The StaticRange interface provides attributes that track the and end position of a range, and a boolean attribute indicating the current range is collapsed into a single position.

The StaticRange interface provides attributes that track the
and end position of a range, and a boolean attribute indicating
the current range is collapsed into a single position.
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.WindowOrWorkerGlobalScope

The WindowOrWorkerGlobalScope mixin describes several features to the web.Window and web.workers.WorkerGlobalScope interfaces.

The WindowOrWorkerGlobalScope mixin describes several features
to the `web.Window` and `web.workers.WorkerGlobalScope` interfaces.
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