Web Scripting: Rework gosub_webexecutor
so the current trait are not js-bound
#746
Labels
javascript api
Any issues related to our API interaction with the javascript engine
javascript
Any issues related to JavaScript
Currently, all traits defined in the
gosub_webexecutor
areJSSomething
, even tough they probably can be used also used for other languages like Lua.So we need to try to make them less specific about JS and also remove the
JS
prefix in all of them.It also needs to handle the creation of the prototypes. Currently, everything just gets put on the real Object, which is correct in some cases, but often not what we want.
The text was updated successfully, but these errors were encountered: