- From: stelar7 <notifications@github.com>
- Date: Mon, 18 Aug 2025 13:39:47 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 August 2025 20:39:51 UTC
stelar7 left a comment (w3c/IndexedDB#473) > what is the transaction's associated request? its the open request associated with transaction. Its mentioned a few times in the spec, but i dont think there is some steps that set it 🤔 In LB, we set it during [upgrade](https://w3c.github.io/IndexedDB/#upgrade-transaction-steps) 10.2, then clear it in abort 7.3.2 and commit 2.5.4 e.g [aborting a transaction](https://w3c.github.io/IndexedDB/#abort-transaction) 7.3.1 and [committing a transaction](https://w3c.github.io/IndexedDB/#commit-transaction) 2.5.4 -- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/473#issuecomment-3198349151 You are receiving this because you are subscribed to this thread. Message ID: <w3c/IndexedDB/issues/473/3198349151@github.com>
Received on Monday, 18 August 2025 20:39:51 UTC