Switching API to use type="module" scripts

This allows using imports inside scripts imported by WorkAdventure out of the box (and therefore easily importing the scripting-api-extra without resorting to using a bundler)
This commit is contained in:
David Négrier 2021-09-20 09:14:14 +02:00
parent f247ec44f1
commit 0ecabd14f1
2 changed files with 2 additions and 1 deletions

View file

@ -326,7 +326,7 @@ class IframeListener {
"//" +
window.location.host +
'/iframe_api.js" ></script>\n' +
'<script src="' +
'<script type="module" src="' +
scriptUrl +
'" ></script>\n' +
"<title></title>\n" +