- From: Andrew Sutherland <notifications@github.com>
- Date: Wed, 20 Nov 2019 13:55:36 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 November 2019 21:55:38 UTC
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