Skip to content

Commit

Permalink
Use featureLevel when requesting compatibility mode
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Dec 10, 2024
1 parent d6d9542 commit b208ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ async function main() {
{ powerPreference: "high-performance" },
{ powerPreference: "low-power", },
{ powerPreference: "low-power", forceFallbackAdapter: true, },
{ compatibilityMode: true },
{ compatibilityMode: true, featureLevel: "compatibility" },
];

const adapterIds = new Map();
Expand Down

0 comments on commit b208ccc

Please sign in to comment.