Skip to content

Commit

Permalink
Merge branch 'main' into fix-null-bgl-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiawei-Shao committed Jan 10, 2025
2 parents 3ff931f + 467b5f7 commit f2d1423
Show file tree
Hide file tree
Showing 7 changed files with 419 additions and 194 deletions.
2 changes: 1 addition & 1 deletion src/common/runtime/helper/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const kCTSOptionsInfo: OptionsInfos<CTSOptions> = {
],
},
debug: { description: 'show more info' },
compatibility: { description: 'run in compatibility mode' },
compatibility: { description: 'request adapters with featureLevel: "compatibility"' },
forceFallbackAdapter: { description: 'pass forceFallbackAdapter: true to requestAdapter' },
enforceDefaultLimits: {
description: `force the adapter limits to the default limits.
Expand Down
220 changes: 110 additions & 110 deletions src/resources/cache/hashes.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f2d1423

Please sign in to comment.