Re: [w3c/IndexedDB] Implement transaction cleanup hook for [HTML] (#145)

domenic commented on this pull request.



> @@ -1143,6 +1146,25 @@ The following constraints define when a [=/transaction=] can be
 
 </div>
 
+To <dfn export>cleanup Indexed Database transactions</dfn> for an
+[=event loop=], run the following steps for each [=/transaction=]
+with a matching [=transaction/cleanup event loop=]:

All specs I've seen have just used a global notion of event loop. Which seems reasonable; there's only one per process.

-- 
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/145

Received on Wednesday, 15 February 2017 14:45:06 UTC