From 9b6b2f838b2eaed779c714b94e0fc89e25fc58af Mon Sep 17 00:00:00 2001 From: Cristopher Date: Mon, 14 Oct 2024 20:37:44 +0700 Subject: [PATCH 1/2] docs: remove regression notice --- docs/guides/browser-support.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/guides/browser-support.md b/docs/guides/browser-support.md index 6a882f3..7834ee7 100644 --- a/docs/guides/browser-support.md +++ b/docs/guides/browser-support.md @@ -10,14 +10,10 @@ head: # {{ $frontmatter.title }} -_Last update: February 2023_ +_Last update: October 2024 **TL;DR** WebContainers are supported on desktop Chromium-based browsers out of the box, as well as on Safari 16.4 TP and Firefox, which both are in beta. If you have issues with supported browsers, [check your browser configuration](./browser-config). -:::warning Note -There is a reported Chrome regression on Macbooks with M1 chip, which also affects the speed of some larger projects on WebContainers. Learn more about this issue in these bug reports: [issue 1228686](https://bugs.chromium.org/p/chromium/issues/detail?id=1228686) and [issue 1356099](https://bugs.chromium.org/p/chromium/issues/detail?id=1356099). -::: - ## Web Platform requirements StackBlitz requires some of the latest additions to the Web Platform to work correctly when running WebContainers-based projects. Most important among them are **[`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer)** and **[cross-origin isolation](https://developer.mozilla.org/en-US/docs/Web/API/crossOriginIsolated)**. From dec9ee8654ce34450c82c1197b65a12d4ae1dff7 Mon Sep 17 00:00:00 2001 From: Cristopher Date: Mon, 14 Oct 2024 20:38:24 +0700 Subject: [PATCH 2/2] fix: italicize text --- docs/guides/browser-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/browser-support.md b/docs/guides/browser-support.md index 7834ee7..bfb18a7 100644 --- a/docs/guides/browser-support.md +++ b/docs/guides/browser-support.md @@ -10,7 +10,7 @@ head: # {{ $frontmatter.title }} -_Last update: October 2024 +_Last update: October 2024_ **TL;DR** WebContainers are supported on desktop Chromium-based browsers out of the box, as well as on Safari 16.4 TP and Firefox, which both are in beta. If you have issues with supported browsers, [check your browser configuration](./browser-config).