Merge pull request #49406 from devolonter/js-fix-fetch

Fixed missed IDHandler dependency in GodotFetch
This commit is contained in:
Fabio Alessandrelli 2021-06-08 10:14:22 +02:00 committed by GitHub
commit 711d4f3d86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@
/*************************************************************************/
const GodotFetch = {
$GodotFetch__deps: ['$GodotRuntime'],
$GodotFetch__deps: ['$IDHandler', '$GodotRuntime'],
$GodotFetch: {
onread: function (id, result) {