Re: [w3c/IndexedDB] boolean should be a valid key (#76)

It could be a significant performance win if you had for example:

```typescript
{image:Blob, seen:boolean}
```

If you want to count how many images have been seen you have to clone them all and count manually, which is a pretty huge performance loss. I have this situation already, but fortunately the data is just strings rather than Blobs.

-- 
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/76#issuecomment-828048666

Received on Wednesday, 28 April 2021 00:25:10 UTC