Skip to content

Commit 890d577

Browse files
Jake ChampionJakeChampion
authored andcommitted
add overrideContentLength to RequestInit type definition
1 parent 07993d7 commit 890d577

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/globals.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,8 @@ declare interface RequestInit {
10401040
cacheKey?: string;
10411041
fastly?: {
10421042
decompressGzip?: boolean
1043-
}
1043+
},
1044+
overrideContentLength: boolean
10441045
}
10451046

10461047
/**

0 commit comments

Comments
 (0)