I am developing a web page using JavaScript and HTML, everything was working good when I have received this list of errors from my HTML page:
I had this error when i was using the azure storage as a static website, the js files that are copied had the content type as text/plain; charset=utf-8 and i changed the content type to application/javascript
text/plain; charset=utf-8
application/javascript
It started working.