From e73b151eb41c43c8b9ae6ecdc0c7a2a973b792e3 Mon Sep 17 00:00:00 2001 From: 7hokerz Date: Thu, 9 Apr 2026 22:04:26 +0900 Subject: [PATCH] docs: Change the default value of allowH2 in JSDoc --- types/client.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/client.d.ts b/types/client.d.ts index c6f19cd5a3b..dedd96009fd 100644 --- a/types/client.d.ts +++ b/types/client.d.ts @@ -79,7 +79,7 @@ export declare namespace Client { autoSelectFamilyAttemptTimeout?: number; /** * @description Enables support for H2 if the server has assigned bigger priority to it through ALPN negotiation. - * @default false + * @default true */ allowH2?: boolean; /**