Skip to content

Commit 8e66719

Browse files
authored
Firefox supports import in Worklet (#4120)
1 parent 5372294 commit 8e66719

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

guide/src/examples/wasm-audio-worklet.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ the application developer does not need to maintain custom JS code.
3535

3636
### Browser Requirements
3737

38-
This demo should work in the latest Chrome and Safari versions at this time.
39-
Firefox [does not support][firefox-worklet-import] imports in worklet modules,
40-
which are difficult to avoid in this example, as `importScripts` is unavailable
41-
in worklets. Note that this example requires HTTP headers to be set like in
38+
This demo should work in the latest Chrome, Firefox and Safari versions at this time.
39+
Note that this example requires HTTP headers to be set like in
4240
[parallel-raytrace][headers].
4341

4442
[firefox-worklet-import]: https://bugzilla.mozilla.org/show_bug.cgi?id=1572644

0 commit comments

Comments
 (0)