Closed ToldFable closed 5 years ago
I'm trying to run js.global.document.createElement
When I do
js.global.document.createElement(lua_tojsstring ('b'))
It errors and says lua_tojsstring doesnt exist
lua_tojsstring is a Javascript function under fengari.lua, not a lua function.
lua_tojsstring
fengari.lua
I'm trying to run js.global.document.createElement
When I do
It errors and says lua_tojsstring doesnt exist