-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Safari 15.2 adds support for SharedArrayBuffers, which makes it "kind of" work with an old version of ate.
However, I tried tokera.sh with the new Safari and it breaks because of the usage of nested webworkers.
WebWorkers are also supported in Safari, but it doesn't support nested WebWorkers (a Worker can't create another Worker. See Webkit issue).
If we are able to create webworkers from the root document instead of the inner workers, it would make Safari happy and 100% compatible with the shell (including having the shell fully working on iOS)
Metadata
Metadata
Assignees
Labels
No labels
