diff --git a/docs/guides/browser-support.md b/docs/guides/browser-support.md index 6a882f3..bfb18a7 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)**.