How does one get the arguments of a proxy method call?
As in if p
is my proxy, on p.meow(1,2,3)
in the handler (target, name) => (p,meow);
but I am interested in (1,2,3)
the arguments.
@ljharb Suggested nested proxies on IRC, but they really messy.
Any change of enhancing proxies to meet this behaviour ?
//cc @getify @rauschma @rwaldron