Replies: 2 comments 3 replies
-
I tried similar codes in the latest version without this error reported. It should has been fixed in the commits after the exe was built by Github Actions. I'll generate another build again to check whether it's fixed.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
It works in godot_editor_v0.9.9. I'll improve the GodotJS-Build workflow later (automatically build for major platform+arch+JS Engines for every release tag). By the way, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm working with GodotJS (Godot Editor 0.9.8 from the prebuild list) using the HTTPRequest node, and I attempted to use a Callable with the connect function like this:
However, I have this type error when I use the
.bind()
function:The doc says:
_Returns a copy of this [Callable] with one or more arguments bound. When called, the bound arguments are passed after the arguments supplied by [method call]. See also [method unbind].
Do you ave an idea on how can I fix this issue ?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions