Skip to content

Commit 04c05f5

Browse files
authored
docs: Add types def for clone (#424)
1 parent 83aaab0 commit 04c05f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

types/globals.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,9 @@ interface Request extends Body {
10561056
// readonly signal: AbortSignal;
10571057
/** Returns the URL of request as a string. */
10581058
readonly url: string;
1059-
// clone(): Request;
1059+
1060+
// /** Creates a copy of the current Request object. */
1061+
clone(): Request;
10601062

10611063
// Fastly extensions
10621064
backend: string;

0 commit comments

Comments
 (0)