You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a gen_js_api function is called there is currently no way to know which is the Javascript code executed when the function is used.
This renders the definition of the correct function signatures pretty difficult, especially when working on function that don't give immediate feed-back.
Would it be possible to print the JavaScript code executed instead of (or on top of) executing it?
The text was updated successfully, but these errors were encountered:
When a gen_js_api function is called there is currently no way to know which is the Javascript code executed when the function is used.
This renders the definition of the correct function signatures pretty difficult, especially when working on function that don't give immediate feed-back.
Would it be possible to print the JavaScript code executed instead of (or on top of) executing it?
The text was updated successfully, but these errors were encountered: