Skip to content

Commit db4d089

Browse files
committed
WebGPU: Improved message.
1 parent a18c257 commit db4d089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/capabilities/WebGPU.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class WebGPU {
1414

1515
static getErrorMessage() {
1616

17-
let message = 'Your browser does not support <a href="https://gpuweb.github.io/gpuweb/" style="color:blue">WebGPU</a>';
17+
const message = 'Your browser does not support <a href="https://gpuweb.github.io/gpuweb/" style="color:blue">WebGPU</a> yet.';
1818

1919
const element = document.createElement( 'div' );
2020
element.id = 'webgpumessage';

0 commit comments

Comments
 (0)