We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd2e8d commit f23ca8eCopy full SHA for f23ca8e
1 file changed
frontend/app/view/term/termwrap.ts
@@ -50,7 +50,7 @@ const MaxRepaintTransactionMs = 2000;
50
function detectWebGLSupport(): boolean {
51
try {
52
const canvas = document.createElement("canvas");
53
- const ctx = canvas.getContext("webgl");
+ const ctx = canvas.getContext("webgl2");
54
return !!ctx;
55
} catch (e) {
56
return false;
0 commit comments