Godot 3.4 is released with major features and UX polish
Mircosoft Game Dev
NOVEMBER 6, 2021
var console = JavaScript.get_interface("console") # Call the `window.console.log()` method. A new JavaScriptObject was exposed to provide an interface between Godot and JavaScript , enabling you to call JavaScript methods directly from your Godot scripts. This makes it much easier to use JavaScript APIs in your Web projects.
Let's personalize your content