On Feb 28, 2010, at 3:24 PM, Jeremy Orlow wrote:
Another nit: as far as I can tell, all of the common parts of the
interfaces are named Foo, the synchronous API portion is FooSync,
and the async API portion is FooRequest. This is true except for
IndexedDatabase where the sync version is s
Another nit: as far as I can tell, all of the common parts of the interfaces
are named Foo, the synchronous API portion is FooSync, and the async API
portion is FooRequest. This is true except for IndexedDatabase where the
sync version is simply IndexedDatabase and the async version is
IndexedData