From c14105f22c407d07fd0c0e9ef8890f74d829556f Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Fri, 23 Jun 2023 13:17:51 +0200 Subject: [PATCH] ES Modules in service workers: fix compatibility data The table showed compat data for the import statement, instead of for the import statement in service workers --- src/site/content/en/blog/es-modules-in-sw/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/content/en/blog/es-modules-in-sw/index.md b/src/site/content/en/blog/es-modules-in-sw/index.md index 063383a129e..778d6b9cab3 100644 --- a/src/site/content/en/blog/es-modules-in-sw/index.md +++ b/src/site/content/en/blog/es-modules-in-sw/index.md @@ -104,7 +104,7 @@ workers. ## Browser support -{% BrowserCompat 'javascript.statements.import' %} +{% BrowserCompat 'javascript.statements.import.worker_support' %} ES modules in service workers are supported in Chrome and Edge starting with [version 91](https://chromestatus.com/feature/4609574738853888).