Skip to content

Commit 394be5e

Browse files
silvanshadealexcrichton
authored andcommitted
Update alert message regarding Firefox version (#1870)
1 parent 9768ec9 commit 394be5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/raytrace-parallel/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency.disabled = true;
1212

1313
// First up, but try to do feature detection to provide better error messages
1414
function loadWasm() {
15-
let msg = 'This demo currently requires Firefox Nightly (64.0) with\n'
15+
let msg = 'This demo requires a current version of Firefox (e.g., 70.0) with\n'
1616
msg += 'the `javascript.options.shared_memory` option enabled in `about:config`';
1717
if (typeof SharedArrayBuffer !== 'function') {
1818
alert('this browser does not have SharedArrayBuffer support enabled' + '\n\n' + msg);

0 commit comments

Comments
 (0)