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.
(idb-database-sync this & args)
Method.
An object to access the open database.
Method. An object to access the open database.
(name this & args)
Method.
The name for the database.
Method. The name for the database.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close