Search results

  1. www.w3.org/TR/IndexedDB   Cached
    IndexedDB uses the following new DOMException types with their various messages. All of these new types will have a code value of 0 zero. ... AbortError: A request ...
  2. lists.w3.org/Archives/Public/public-​webapps/2011JulSep/1674.html
    From: Israel Hilerio <israelh@microsoft.com> Date: Tue, 27 Sep 2011 00:40:29 +0000 To: "annevk@opera.com" <annevk@opera.com> CC: "public-webapps@w3.org" <public ...
  3. lists.w3.org/Archives/Public/public-​webapps/2011OctDec/...   Cached
    ... > Subject: Re: [indexeddb] ... We're thinking it should be > AbortError independent of whether the >transaction is aborted > programmatically or due to a ...
  4. docs.closure-library.googlecode.com/git/​closure_goog_db...   Cached
    ... ( this.db_, goog.db.IndexedDb.EventType.ABORT, goog.bind( this.dispatchEvent ... ( this.db_, goog.db.IndexedDb.EventType.ERROR, this.dispatchError_); ...
  5. developer.mozilla.org/en-US/docs/Web/​API/IDB...   Cached
    The IDBRequest interface of the IndexedDB API provides access to results of asynchronous requests to databases and database objects using event handler attributes.
  6. dvcs.w3.org/hg/IndexedDB/raw-file/tip/​IndexedDB%20...
    IndexedDB Disposition of Comments. During its Last Call phases, the following changes were made to the IndexedDB specification based on public review and ...
  7. msdn.microsoft.com/en-us/library/ie/​hh772482(v=vs.85).aspx   Cached
    indexedDB. indexNames. key. keyPath. lower. lowerOpen. message. mode. name. newVersion. objectStore. objectStoreNames. ... Note This has been replaced with ...
  8. docs.closure-library.googlecode.com/git/​closure_goog_db...   Cached
    * @see http://www.w3.org/TR/IndexedDB/#exceptions * @enum {string} */ goog.db.Error.ErrorName = { ABORT_ERR: 'AbortError', CONSTRAINT_ERR: 'ConstraintError' ...
  9. code.google.com/p/chromium/issues/​detail?id=232997
    ... ///mnt/sdcard/content/test/data/layout_tests/LayoutTests/storage/indexeddb/deleteIndex.html and blocking. ... (AbortError) The transaction was aborted, ...
  10. stackoverflow.com/questions/16054171/​...error-with-indexeddb   Cached
    JayData saveChanges() error with IndexedDB. ... Cannot read property 'ABORT_ERR' of undefined IndexedDbProvider.js:627 self.db.transaction.setCallbacks.onerror
  11. stackoverflow.com/questions/...openning-​indexeddb-in-firefox   Cached
    In Firefox 17.0.1 when I try to open the IndexedDB database, ... An other possibility is that you will see "AbortError", ...
  12. stackoverflow.com/questions/...of-​chromes-indexeddb-error...   Cached
    As I am not intimately familiar with Chromium's IndexedDB backend implementation, ... I also see AbortErrors for requests after the transaction is aborted). ...