Skip to content

Commit

Permalink
Firefox supports import in Worklet (#4120)
Browse files Browse the repository at this point in the history
  • Loading branch information
padenot authored Sep 19, 2024
1 parent 5372294 commit 8e66719
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions guide/src/examples/wasm-audio-worklet.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ the application developer does not need to maintain custom JS code.

### Browser Requirements

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

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

0 comments on commit 8e66719

Please sign in to comment.