Type module scripts are always deferred (unless async)

This commit is contained in:
Dimitris Grammatikogiannis 2023-10-07 00:13:52 +03:00 committed by GitHub
parent e6f60ab93a
commit 012d39a316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -10,8 +10,7 @@
"type": "script",
"uri": "com_patchtester/fetcher.js",
"attributes": {
"type": "module",
"defer": true
"type": "module"
}
},
{
@ -19,8 +18,7 @@
"type": "script",
"uri": "com_patchtester/patchtester.js",
"attributes": {
"type": "module",
"defer": true
"type": "module"
}
},
{