-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Description
Hi!
It would be nice to be able to create proxy easily with the interface. It would complement the JS_IsProxy and others.
Probably looks like:
JS_EXTERN JSValue JS_NewProxy(JSContext *ctx, JSValueConst target, JSValueConst handler);I would probably keep the handler opaque but I guess it could also be a struct with the different exotic methods that are supported.
Thanks!
Davilarek
Metadata
Metadata
Assignees
Labels
No labels