- From: Gregory Terzian <notifications@github.com>
- Date: Fri, 27 Feb 2026 04:59:52 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 27 February 2026 12:59:56 UTC
gterzian created an issue (w3c/IndexedDB#488) `inject-a-key-into-a-value-using-a-key-path` is called from `store a record into an object store `, itself scheduled as part of `asynchronously execute a request`, which runs the `operation` in-parallel. But, injecting a key into a value manipulates script objects, and so it cannot run in-parallel, instead the key should be injected when the request has been processed, by way of a queued task back on the event-loop. It's also not clear if the key injection should be reverted if the transaction containing the request is aborted. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/488 You are receiving this because you are subscribed to this thread. Message ID: <w3c/IndexedDB/issues/488@github.com>
Received on Friday, 27 February 2026 12:59:56 UTC