- From: Steven Becker <notifications@github.com>
- Date: Tue, 01 Oct 2024 15:00:16 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 October 2024 22:00:19 UTC
TPAC 2024: We discussed streaming large values with IDB reads and writes. We pointed out that this can be accomplished today using File and Blob, which can then be stored in IDB. However, this potentially forces developers to implement a two-phase commit between the large value in File/Blob and the IDB transaction. Perhaps there is still an opportunity to improve IndexedDB's API ergonomics when interacting with the Streams API to reduce the amount of boiler plate code required by the example above. Also, as noted above, providing developers with explicit transaction lifetime control may reduce the number of transactions required when streaming data from IDB. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/419#issuecomment-2387150803 You are receiving this because you are subscribed to this thread. Message ID: <w3c/IndexedDB/issues/419/2387150803@github.com>
Received on Tuesday, 1 October 2024 22:00:19 UTC