Hacker News new | ask | show | jobs
by tlrobinson 5880 days ago
Awesome, glad to see CommonJS modules and JSGI in there!

Have you looked at the ECMAScript Proxy proposal? You might want to consider using the API.

1 comments

Yes, I have looked. I implemented a simpler Proxy: http://www.akshell.com/docs/0.2/ref/core/misc/#Proxy

It's more restrictive, but much more easy to use.