Skip to content

Commit

Permalink
[e] (0) Set the stage for a synchronous Database API.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2957 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 2, 2009
1 parent b9e88fc commit 7b2c808
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 232 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -39149,7 +39149,7 @@ interface <dfn id=window>Window</dfn> {
readonly attribute <a href=#navigator>Navigator</a> <a href=#dom-navigator title=dom-navigator>navigator</a>; <!-- XXX IE6 also has window.clientInformation pointing to this same object -->
readonly attribute <span>Storage</span> <span title=dom-localStorage>localStorage</span>; <!-- XXX split into separate interface -->
readonly attribute <span>Storage</span> <span title=dom-sessionStorage>sessionStorage</span>;
<span>Database</span> <span title=dom-opendatabase>openDatabase</span>(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize); <!-- XXX split into separate interface -->
<span>Database</span> <span title=dom-opendatabase>openDatabase</span>(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize);
readonly attribute <a href=#applicationcache>ApplicationCache</a> <a href=#dom-applicationcache title=dom-applicationCache>applicationCache</a>;

// user prompts
Expand Down

0 comments on commit 7b2c808

Please sign in to comment.