Skip to content

Commit 4e4c2a3

Browse files
authored
docs: Change the default value of allowH2 in JSDoc (#5009)
1 parent 0143e1b commit 4e4c2a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/client.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export declare namespace Client {
7979
autoSelectFamilyAttemptTimeout?: number;
8080
/**
8181
* @description Enables support for H2 if the server has assigned bigger priority to it through ALPN negotiation.
82-
* @default false
82+
* @default true
8383
*/
8484
allowH2?: boolean;
8585
/**

0 commit comments

Comments
 (0)