Re: Intent to implement: Dynamic module imports (JS 'import()' syntax)

2018-10-20 Thread Luke Wagner
Since dynamic import is a core part of the JS language, with dedicated syntax (`import` is not a plain function, but a fixed syntactic form), it would seem to fall under the new, underlined JS exception in the first section of https://blog.mozilla.org/security/2018/01/15/secure-contexts-everywhere.

Re: Intent to implement: Dynamic module imports (JS 'import()' syntax)

2018-10-20 Thread L. David Baron
On Thursday 2018-10-18 07:45 -0700, Jon Coppeard wrote: > Do other browser engines implement this? > > Chrome shipped this in 63, Safari in 11.1, and it's in development in Edge. > > web-platform-tests: > > https://github.com/web-platform-tests/wpt/tree/master/html/semantics/scripting-1/the-scri