From 8e66719182441eb5da5f15dcee75e475dbea2db5 Mon Sep 17 00:00:00 2001 From: Paul Adenot Date: Thu, 19 Sep 2024 14:21:12 +0200 Subject: [PATCH] Firefox supports import in Worklet (#4120) --- guide/src/examples/wasm-audio-worklet.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/guide/src/examples/wasm-audio-worklet.md b/guide/src/examples/wasm-audio-worklet.md index 2d3ef0f130d..b0d6ad4ecf5 100644 --- a/guide/src/examples/wasm-audio-worklet.md +++ b/guide/src/examples/wasm-audio-worklet.md @@ -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