Re: [w3c/IndexedDB] Array proxies as keys? (#309)

The algorithms where we `clone a value` already forbid proxies thanks to step 23 of StructuredSerializeInternal (https://html.spec.whatwg.org/#structuredserializeinternal) which prevents use of proxies.

It makes sense to me to also forbid proxies where we directly invoke algorithms without first performing the clone step.

(Also, Firefox/Gecko is a hard no on supporting proxies in IndexedDB were that not already the case!)

-- 
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/309#issuecomment-556450354

Received on Wednesday, 20 November 2019 21:55:38 UTC