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
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
When you pass a JSON object from client to server through the window.webworks.exec functions, the object is automatically encoded and stringified.
On the server side (index,js) you MUST call JSON.parse(decodeURIComponent(args.args)) yourself as opposed to the framework doing it for you.
Is there any reason why this could not be done automatically for the user? We can detect if the parameter being passed is an object and handle it.
The text was updated successfully, but these errors were encountered: