We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavascriptBridge.create_callback()
4.2.dev f5696c3
Fedora Workstation 38 - Godot 4.1.beta3 - Vulkan (Forward+)
Regression caused by #81105.
Currently, calling GodotJSWrapper.MyProxy(args) without the new keyword returns undefined, which make the following calls fail.
GodotJSWrapper.MyProxy(args)
new
undefined
snippet.zip
The text was updated successfully, but these errors were encountered:
godot_js_wrapper_create_cb
adamscott
Successfully merging a pull request may close this issue.
Godot version
4.2.dev f5696c3
System information
Fedora Workstation 38 - Godot 4.1.beta3 - Vulkan (Forward+)
Issue description
Regression caused by #81105.
Currently, calling
GodotJSWrapper.MyProxy(args)
without thenew
keyword returnsundefined
, which make the following calls fail.Steps to reproduce
JavascriptBridge.create_callback()
Minimal reproduction project
snippet.zip
The text was updated successfully, but these errors were encountered: