Liking cljdoc? Tell your friends :D

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

entry-synccljs

(entry-sync this & args)

Method.

An object that represents entries in the file system.

Method.

An object that represents entries in the file system.
raw docstring

file-system-synccljs

(file-system-sync this & args)

Method.

An object that represents the file system.

Method.

An object that represents the file system.
raw docstring

typecljs

(type this & args)

Method.

The storage type of the file system. The values can be either or PERSISTENT.

Method.

The storage type of the file system. The values can be either
or PERSISTENT.
raw docstring

urlcljs

(url this & args)

Method.

The URL of a local file in the file system.

Method.

The URL of a local file in the file system.
raw docstring

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

× close