Liking cljdoc? Tell your friends :D

web.files.Blob

A Blob object represents a file-like object of immutable, raw Blobs represent data that isn't necessarily in a JavaScript-native The web.files.File interface is based on Blob, inheriting blob and expanding it to support files on the user's system.

A Blob object represents a file-like object of immutable, raw
Blobs represent data that isn't necessarily in a JavaScript-native
The `web.files.File` interface is based on Blob, inheriting blob
and expanding it to support files on the user's system.
raw docstring

web.files.BlobBuilder

The BlobBuilder interface provides an easy way to construct web.files.Blob Just create a BlobBuilder and append chunks of data to it by the append() method. When you're done building your blob, call to retrieve a web.files.Blob containing the data you sent into blob builder.

The BlobBuilder interface provides an easy way to construct `web.files.Blob`
Just create a BlobBuilder and append chunks of data to it by
the append() method. When you're done building your blob, call
to retrieve a `web.files.Blob` containing the data you sent into
blob builder.
raw docstring

web.files.core

web.files interfaces.

web.files interfaces.
raw docstring

No vars found in this namespace.

web.files.DirectoryEntrySync

The DirectoryEntrySync interface of the File System API represents directory in a file system. It includes methods for creating, looking up, and recursively removing files in a directory.

The DirectoryEntrySync interface of the File System API represents
directory in a file system. It includes methods for creating,
looking up, and recursively removing files in a directory.
raw docstring

web.files.File

The File interface provides information about files and allows in a web page to access their content.

The File interface provides information about files and allows
in a web page to access their content.
raw docstring

web.files.FileEntrySync

The FileEntrySync interface of the File System API represents file in a file system. It lets you write content to a file.

The FileEntrySync interface of the File System API represents
file in a file system. It lets you write content to a file.
raw docstring

web.files.FileList

An object of this type is returned by the files property of the <input> element; this lets you access the list of files selected the <input type="file"> element. It's also used for a list files dropped into web content when using the drag and drop API; the web.drag.DataTransfer object for details on this usage.

An object of this type is returned by the files property of the
`<input>` element; this lets you access the list of files selected
the <input type=\"file\"> element. It's also used for a list
files dropped into web content when using the drag and drop API;
the `web.drag.DataTransfer` object for details on this usage.
raw docstring

web.files.FileReader

The FileReader object lets web applications asynchronously read contents of files (or raw data buffers) stored on the user's using web.files.File or web.files.Blob objects to specify file or data to read.

The FileReader object lets web applications asynchronously read
contents of files (or raw data buffers) stored on the user's
using `web.files.File` or `web.files.Blob` objects to specify
file or data to read.
raw docstring

web.files.FileRequest

The FileRequest interface extends the DOMRequest interface provide some extra properties necessary for the web.files.LockedFile

The FileRequest interface extends the `DOMRequest` interface
provide some extra properties necessary for the `web.files.LockedFile`
raw docstring

web.files.FileRequest.ev

FileRequest Events.

FileRequest Events.
raw docstring

web.files.FileSystem

The File and Directory Entries API interface FileSystem is used represent a file system. These objects can be obtained from the property on any file system entry. Some browsers offer additional to create and manage file systems, such as Chrome's requestFileSystem()

The File and Directory Entries API interface FileSystem is used
represent a file system. These objects can be obtained from the
property on any file system entry. Some browsers offer additional
to create and manage file systems, such as Chrome's `requestFileSystem()`
raw docstring

web.files.FileSystemDirectoryEntry

The FileSystemDirectoryEntry interface of the File and Directory API represents a directory in a file system. It provides methods make it possible to access and manipulate the files in a directory, well as to access the entries within the directory.

The FileSystemDirectoryEntry interface of the File and Directory
API represents a directory in a file system. It provides methods
make it possible to access and manipulate the files in a directory,
well as to access the entries within the directory.
raw docstring

web.files.FileSystemDirectoryReader

The FileSystemDirectoryReader interface of the File and Directory API lets you access the FileEntry-based objects (generally or web.files.FileSystemDirectoryEntry) representing each entry a directory.

The FileSystemDirectoryReader interface of the File and Directory
API lets you access the `FileEntry`-based objects (generally
or `web.files.FileSystemDirectoryEntry`) representing each entry
a directory.
raw docstring

web.files.FileSystemEntry

The FileSystemEntry interface of the File and Directory Entries represents a single in a file system. The entry can be a file a directory (directories are represented by the DirectoryEntry It includes methods for working with files—including copying, removing, and reading files—as well as information about a file points to—including the file name and its path from the root the entry.

The FileSystemEntry interface of the File and Directory Entries
represents a single in a file system. The entry can be a file
a directory (directories are represented by the `DirectoryEntry`
It includes methods for working with files—including copying,
removing, and reading files—as well as information about a file
points to—including the file name and its path from the root
the entry.
raw docstring

web.files.FileSystemEntrySync

The FileSystemEntrySync interface of the File and Directory Entries represents an entry in a file system; it can be either a web.files.FileEntrySync DirectoryEntry.

The FileSystemEntrySync interface of the File and Directory Entries
represents an entry in a file system; it can be either a `web.files.FileEntrySync`
`DirectoryEntry`.
raw docstring

web.files.FileSystemFileEntry

The FileSystemFileEntry interface of the File System API represents file in a file system. It offers properties describing the file's as well as the file() method, which creates a web.files.File that can be used to read the file.

The FileSystemFileEntry interface of the File System API represents
file in a file system. It offers properties describing the file's
as well as the `file()` method, which creates a `web.files.File`
that can be used to read the file.
raw docstring

web.files.FileSystemFlags

The FileSystemFlags dictionary defines a set of values which used when specifying option flags when calling certain methods the File and Directory Entries API. Methods which accept an options of this type may specify zero or more of these flags as fields an object, like this:

The FileSystemFlags dictionary defines a set of values which
used when specifying option flags when calling certain methods
the File and Directory Entries API. Methods which accept an options
of this type may specify zero or more of these flags as fields
an object, like this:
raw docstring

web.files.IDBMutableFile

The IDBMutableFile interface provides access in read or write to a file, dealing with all the necessary locks.

The IDBMutableFile interface provides access in read or write
to a file, dealing with all the necessary locks.
raw docstring

web.files.IDBMutableFile.ev

IDBMutableFile Events.

IDBMutableFile Events.
raw docstring

web.files.LocalFileSystem

The LocalFileSystem interface of the File System API gives you to a sandboxed file system. The methods are implemented by window worker objects.

The LocalFileSystem interface of the File System API gives you
to a sandboxed file system. The methods are implemented by window
worker objects.
raw docstring

web.files.LocalFileSystemSync

The LocalFileSystemSync interface of the File System API gives access to a sandboxed file system. It is intended to be used WebWorkers. The methods are implemented by worker objects.

The LocalFileSystemSync interface of the File System API gives
access to a sandboxed file system. It is intended to be used
WebWorkers. The methods are implemented by worker objects.
raw docstring

web.files.LockedFile

The LockedFile interface provides tools to deal with a given with all the necessary locks.

The LockedFile interface provides tools to deal with a given
with all the necessary locks.
raw docstring

web.files.LockedFile.ev

LockedFile Events.

LockedFile Events.
raw docstring

web.files.Metadata

The Metadata interface is used by the File and Directory Entries to contain information about a file system entry. This metadata the file's size and modification date and time.

The Metadata interface is used by the File and Directory Entries
to contain information about a file system entry. This metadata
the file's size and modification date and time.
raw docstring

web.files.ReadableStream

The ReadableStream interface of the Streams API represents a stream of byte data. The Fetch API offers a concrete instance a ReadableStream through the body property of a web.fetch.Response

The ReadableStream interface of the Streams API represents a
stream of byte data. The Fetch API offers a concrete instance
a ReadableStream through the `body` property of a `web.fetch.Response`
raw docstring

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

× close