Changes between Version 18 and Version 19 of PrefixedAPIs


Ignore:
Timestamp:
Apr 9, 2012 8:51:33 AM (12 years ago)
Author:
jsbell@chromium.org
Comment:

Added IndexedDB links

Legend:

Unmodified
Added
Removed
Modified
  • PrefixedAPIs

    v18 v19  
    4141    * WorkerContext.webkitRequestFileSystem, WorkerContext.webkitRequestFileSystemSync, WorkerContext.webkitResolveLocalFileSystemURL, WorkerContext.webkitResolveLocalFileSystemSyncURL
    4242 * Indexed DB
    43     * DOMWindow.webkitIndexedDB
    44     * IDBRequest.webkitErrorMessage
    45     * WorkerContext.webkitIndexedDB
     43    * [http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#requests DOMWindow.webkitIndexedDB]
     44    * IDBRequest.webkitErrorMessage - non-standard; may be subsumed by DOM4-style exceptions
     45    * [http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#requests WorkerContext.webkitIndexedDB]
    4646 * Web Intents
    4747    * [http://dvcs.w3.org/hg/web-intents/raw-file/tip/spec/Overview.html Web Intents Draft API]