Skip to content

Commit 8206718

Browse files
feat(firefox): add warning about firefox private browsing (#200)
1 parent 496da69 commit 8206718

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/platform/webcontainers/browser-support.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ We have beta support for Firefox. Please try it and [share feedback with us](htt
6464

6565
Firefox does not fully support the required mode for cross-origin isolation, so you might encounter limitations when **running a server in a preview frame** within the StackBlitz editor. Third-party assets might get blocked due to the limitations of cross-origin isolation policies. However, you can work around this by opening your server preview in a separate window.
6666

67+
If you are using Firefox Private Browsing, it's not possible to run a web server. The reason is that we need to be able to use a Service Worker, which Firefox does not allow in Private Browsing windows.
68+
6769
Because Firefox and Node.js use different JavaScript engines (SpiderMonkey and V8, respectively), there is a small risk of running into [JS engine differences](#js-engine-differences).
6870

6971
## Safari

0 commit comments

Comments
 (0)