Skip to content

Commit

Permalink
Merge pull request #21 from beaufortfrancois/featureLevelOption
Browse files Browse the repository at this point in the history
Use featureLevel when requesting compatibility mode
  • Loading branch information
beaufortfrancois authored Dec 10, 2024
2 parents d6d9542 + b208ccc commit d6ff2e1
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 d6ff2e1

Please sign in to comment.