markwylde / workerbox

A secure sandbox to execute untrusted user JavaScript, in a web browser, without any risk to your own domain/site/page.
https://workerbox.net
MIT License
123 stars 3 forks source link

Support null #20

Closed raimohanska closed 1 year ago

raimohanska commented 1 year ago

Well, title says it all. Current implementation converts null into {}.

markwylde commented 1 year ago

Thanks again @raimohanska. I really appreciate all your help!

raimohanska commented 1 year ago

Just FYI: this is the thing I've been working on and which uses WorkerBox: https://race-condition.reaktor.com/

markwylde commented 1 year ago

It looks really good and cool @raimohanska