TIL : ES modules in browser
All you need is type=module on the script element, and the browser will treat the inline or external script as an ECMAScript module. I am sharing some few browser-specific things I'd learned while getting my hands dirty. With regular scripts you can ...
Jun 6, 20191 min read3


