Skip to content

Commit

Permalink
Add IDBTransaction commit() method (#242)
Browse files Browse the repository at this point in the history
As discussed in #234, an explicit commit() 
method is added to IDBTransaction which signals that no further requests can be
made, which in turn allows implementations to initiate the commit process without
additional round trips between script's event loop and the database task queue.
  • Loading branch information
inexorabletash authored Jan 23, 2019
1 parent da6c8fc commit 671f315
Showing 1 changed file with 353 additions and 222 deletions.
Loading

0 comments on commit 671f315

Please sign in to comment.