[Webkit-unassigned] [Bug 201692] ES Modules should respect <base> tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 11 11:55:32 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=201692

--- Comment #1 from Guy Bedford <guybedford at gmail.com> ---
Correction: the problem is specifically for dynamic imports:

```
<base href="/modules/" />
<script type="module">
import('./module.js');
</script>
```

where the top-level parent for the dynamic import should still respect the base.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190911/15cd063c/attachment.html>


More information about the webkit-unassigned mailing list