WebReflection / coincident

An Atomics based Proxy to simplify, and synchronize, Worker related tasks.
MIT License
189 stars 3 forks source link

Proxy drilling once again ... #34

Closed WebReflection closed 10 months ago

WebReflection commented 10 months ago

I have enough of these issues caused by standards so I need to do quite some refactoring to avoid ever wrapping arrays as proxied values as it's clear that the ECMAScript people don't care and won't fix any of this:

So here the issue to target when I'll work on a coincident version that uses plain objects instead of arrays to propagate the type, value pair in the wild.