Liking cljdoc? Tell your friends :D

web.idb.IDBFactorySync

The IDBFactorySync interface of the IndexedDB API provide a synchronous of accessing the capabilities of indexed databases.

The IDBFactorySync interface of the IndexedDB API provide a synchronous
of accessing the capabilities of indexed databases.
raw docstring

idb-database-synccljs

(idb-database-sync this & args)

Method.

An object to access the open database.

Method.

An object to access the open database.
sourceraw docstring

non-transient-errcljs

(non-transient-err this & args)

Method.

If the name parameter is not valid. A valid name is any string the empty string.

Method.

If the name parameter is not valid. A valid name is any string
the empty string.
sourceraw docstring

unknown-errcljs

(unknown-err this & args)

Method.

If an error occurs while the database is being opened.

Method.

If an error occurs while the database is being opened.
sourceraw docstring

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

× close