Skip to content

Commit 5641ff5

Browse files
authored
workers: Request.clone does not return a Promise (#25650)
1 parent 39d418c commit 5641ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/request.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ These methods are only available on an instance of a `Request` object or through
343343

344344

345345

346-
* `clone()` : Promise\<Request>
346+
* `clone()` : Request
347347

348348
* Creates a copy of the `Request` object.
349349

0 commit comments

Comments
 (0)