Liking cljdoc? Tell your friends :D
ClojureScript only.

web.idb.IDBVersionChangeRequest

The IDBVersionChangeRequest interface the IndexedDB API represents request to change the version of a database. It is used only the setVersion() method of IDBDatabase.

The IDBVersionChangeRequest interface the IndexedDB API represents
request to change the version of a database. It is used only
the setVersion() method of IDBDatabase.
raw docstring

set-versioncljs

(set-version this & args)

Method.

For older WebKit browsers, call this method before creating or an object store.

IDBVersionChangeRequest setVersion ([TreatNullAs=EmptyString] in DOMString version);

See also: https://developer.mozilla.org/en-US/docs/Web/API/IDBVersionChangeRequest/setVersion

Method.

For older WebKit browsers, call this method before creating or
an object store.

`IDBVersionChangeRequest setVersion ([TreatNullAs=EmptyString] in DOMString version);`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/IDBVersionChangeRequest/setVersion`
sourceraw docstring

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

× close