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.
(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`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |