From 805192fac18df905600d212355172af51970a142 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Tue, 7 Nov 2023 10:55:26 +1100 Subject: [PATCH] importmaps do not apply to workers/worklets --- files/en-us/web/html/element/script/type/importmap/index.md | 2 +- files/en-us/web/javascript/guide/modules/index.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/files/en-us/web/html/element/script/type/importmap/index.md b/files/en-us/web/html/element/script/type/importmap/index.md index a4235c3701a7fe6..e16cae0bf795537 100644 --- a/files/en-us/web/html/element/script/type/importmap/index.md +++ b/files/en-us/web/html/element/script/type/importmap/index.md @@ -14,7 +14,7 @@ It provides a mapping between the text used as the module specifier in an [`impo The JSON object must conform to the [Import map JSON representation format](#import_map_json_representation). An import map is used to resolve module specifiers in static and dynamic imports, and therefore must be declared and processed before any `