godot/platform/web/js/engine
Fabio Alessandrelli 27d67b5ae6 [Web] Use the module config to preload GDExtension libraries.
Instead of calling loadDynamicLibraries ourselves, we add the
GDExtension libraries to preload to the "dynamicLibraries" module config
property.

This seems to fix some threading issue with some browsers during the
init phase.
2024-06-14 16:04:16 +02:00
..
config.js [Web] Use the module config to preload GDExtension libraries. 2024-06-14 16:04:16 +02:00
engine.externs.js
engine.js [Web] Use the module config to preload GDExtension libraries. 2024-06-14 16:04:16 +02:00
features.js Upgrade to eslint 9 2024-05-22 11:32:25 +02:00
preloader.js