- From: Colin Woodbury <notifications@github.com>
- Date: Fri, 08 Oct 2021 13:53:02 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 8 October 2021 20:53:14 UTC
> If I manually cast down to a 64-bit float before writing, it works (but I've lost some bits of accuracy). Actually, it seems as if all the bits are still there even after a conversion to a float; it's just the representation to the human eye that has changed. So a quick conversion before reading/writing might be sufficient for my purposes. -- 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/issues/230#issuecomment-939109502
Received on Friday, 8 October 2021 20:53:14 UTC