Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 25, 2024
1 parent c040fa5 commit 2bcd3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgpu/resources/lessons-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ async function checkVersion() {
device.createComputePipeline({ layout: 'auto', compute: { module } });
} catch (e) {
const msg = document.createElement('div');
msg.textContent = 'You need Chrome version 121 or later';
msg.textContent = 'You need Chrome version 121 or later or a newer version of Firefox Nightly or Safari Technology Preview';
const a = document.createElement('a');
a.textContent = '[why?]';
a.target = '_blank';
Expand Down

0 comments on commit 2bcd3a3

Please sign in to comment.