- From: Abhishek Shanthkumar <notifications@github.com>
- Date: Mon, 23 Sep 2024 05:18:36 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 23 September 2024 12:18:40 UTC
It is important to note that a failure to read data stored on the disk can happen due to transient, recoverable reasons as well (low memory, lack of file descriptors, etc.). We can decide whether to specify an error for these scenarios too or to leave it to the implementer, but we should intend to distinguish between the recoverable and unrecoverable cases so that developers can handle the two cases appropriately. More details here - https://chromestatus.com/feature/5140210640486400 -- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/423#issuecomment-2368049119 You are receiving this because you are subscribed to this thread. Message ID: <w3c/IndexedDB/issues/423/2368049119@github.com>
Received on Monday, 23 September 2024 12:18:40 UTC