Caching the import map #17
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Browsers make this kinda hard because
<script type="importmap">
currently does not support thesrc=""
attribute.I wonder if it’s possible to add an import map into the document dynamically. all my attempts so far have failed.
an alternative to this would be to avoid the import map and instead recompile JS to add query params to import statements, but that’s a piece of complexity I’d like to avoid. I like the simplicity of import maps.