I understand the export/import syntax, but what I want to know is how the browser will load these modules.
The transpilers usually just copy the code to the right place, but I'm curious to know how the browser will do this without any transpiler.
Will the import trigger an http request ?
Is the scripts declaration order important ?