API for proxy target
kind:featuretag:help wantedtopic:interface
Are there any APIs that provide access to `JS_GetProxyTarget`?
Related to #545, to see if a value is a proxy of an array, I need to be able to retrieve the target of a proxy. At the moment, I can use the sys crate APIs to do this but it would be nice to have a higher level API.
1 条评论