Re: [w3c/IndexedDB] Track ES BigInt work (#230)

> 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