Re: [w3c/IndexedDB] Add IDBTransaction commit() method (#242)

inexorabletash commented on this pull request.



> @@ -3142,7 +3150,7 @@ must run these steps:
 1. If |store| has been deleted, [=throw=] an
     "{{InvalidStateError}}" {{DOMException}}.
 
-1. If |transaction| is not [=transaction/active=], [=throw=] a
+4. If |transaction| is not [=transaction/active=], [=throw=] a

Thanks, fixed in 0b9c57bcc1d0df0ecaf7624fe52b60ef1b4ff97a

Re: state reference implicit - any thoughts on changing the non-algorithm transaction/active references? (There appear to be 11 or so of them) It should probably have a separate term and definition. Maybe "a transaction is said to be _accepting requests_ if its _state_ is _active_" or something? 



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/242#discussion_r198610804

Received on Wednesday, 27 June 2018 19:16:39 UTC