search results

  1. Is it possible to create an index on a Boolean type field? Lets say the schema of the records I want to store is: { id:1, name:\"Kris\", _dirty:true }
    stackoverflow.com/questions/13672906/​indexeddb-boolean-index - Cached
  2. In IndexedDB, a boolean value is not a valid key. See http://www.w3.org/TR/IndexedDB/#dfn-valid-key I found this at IndexedDB - boolean index .
    stackoverflow.com/tags/indexeddb/hot - Cached
  3. An index is a specialized ... readonly attribute any upper; readonly attribute boolean ... Each of the exceptions defined in the IndexedDB spec is a ...
    www.w3.org/TR/IndexedDB - Cached
  4. IndexedDB is useful for applications that store a large ... It uses queries on an index that produces a ... including: boolean, number, string, date ...
    developer.mozilla.org/en-US/docs/​IndexedDB/Basic... - Cached
  5. This tests localStorage performance against IndexedDB, ... {Boolean} Whether both index definitions are identical */ indexComplies: function (actual, expected)
    jsperf.com/indexeddb-vs-localstorage/22 - Cached
  6. A small query library for IndexedDB Query construction ... betweeq * oneof It is possible to link queries with boolean operations, e.g.: Index(\"make\").eq(\"BMW ...
    github.com/philikon/queryIndexedDB - Cached
  7. An application developer directly uses an API to locate records e ither by their key or by using an index. A query language ... var db = indexedDB.open ... boolean ...
    www.w3.org/TR/2010/WD-IndexedDB-​20100105 - Cached
  8. The IDBIndex interface of the IndexedDB API provides asynchronou s access to ... readonly boolean: Affects how the index behaves when the result of evaluating the ...
    developer.mozilla.org/en-US/docs/Web/​API/IDB... - Cached
  9. An application developer directly uses an API to locate records either by their key or by using an index. A query language ... var request = indexedDB ... boolean ...
    dvcs.w3.org/hg/IndexedDB/raw-file/tip/​Overview.html - Cached
  10. This is a wrapper for indexedDB. ... \'autoIncrement\' is a boolean and toggles, well, ... If you want to add an index to an existing store, ...
    github.com/jensarps/IDBWrapper - Cached