About Tips

If you are attempting to load the HTML file locally (i.e. using a file:// URL), you'll operate into CORS errors because of JavaScript module protection needs. You need to do your tests through a server. GitHub web pages is ideal as Additionally, it serves .mjs information with the correct MIME kind.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15