[Webkit-unassigned] [Bug 279025] New: Support dynamic import maps
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 2 10:15:24 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=279025
Bug ID: 279025
Summary: Support dynamic import maps
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Enhancement
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: yoav at yoav.ws
Import maps currently have to load before any ES module and there can only be a single import map per document. That makes them fragile and potentially slow to use in real-life scenarios: Any module that loads before them breaks the entire app, and in apps with many modules the become a large blocking resource, as the entire map for all possible modules needs to load first.
There's a proposal[1] to enable multiple import maps per document, by merging them in a consistent and deterministic way.
WebKit standard position - https://github.com/WebKit/standards-positions/issues/381
[1] https://github.com/whatwg/html/pull/10528
--
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/20240902/5adb19e2/attachment-0001.htm>
More information about the webkit-unassigned
mailing list