WebReflection / coincident

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

Fix #24 - Throw on proxy non-function values #25

Closed WebReflection closed 1 year ago

WebReflection commented 1 year ago

This MR actually just solves the original issue around the fact setting a proxy value that's not a function is indeed easy to early catch on any main/worker side.