-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Description of Bug
Attempting to run a WebContainer in Safari 16.4 Beta fails with an error, even though StackBlitz depends on RegExp lookbehind assertions and Array.fromAsync which are already supported.
Steps to Reproduce
- Install Safari 16.4 Beta. If you're on iOS, backup your device and enroll in the beta program.
- Use the Node.js template.
- Run the file (
node .in the Terminal panel on desktop or open Preview panel on mobile). - Note the error:
Incompatible Web Browser
Expected Behavior
Hello Node.js v16.14.2!
(same output as Chromium)
Screenshots/Screencast
(taken on iOS 16.4 (20E5212f)
Additional Context/Questions
CodeSandbox containers already supports Safari, so this would make StackBlitz more competitive.
