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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close