We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc952d8 commit bf28fa7Copy full SHA for bf28fa7
1 file changed
src/tools/impl/chrome-for-testing.ts
@@ -33,7 +33,7 @@ export interface PlatformInfo {
33
34
/**
35
* Map os + arch to a CfT platform string.
36
- * Throws on unsupported platforms (e.g., linux aarch64 — to be handled by Playwright CDN).
+ * Throws on unsupported platforms.
37
*/
38
export function detectCftPlatform(): PlatformInfo {
39
const platformMap: Record<string, CftPlatform> = {
0 commit comments