Skip to content

Commit c1f184a

Browse files
authored
Minor fix for Request.clone referring to request with Response type (#38418)
Looks like this bit was copied but not modified from `Response.clone`.
1 parent 330d1ec commit c1f184a

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/api/request/clone

1 file changed

+1
-1
lines changed

files/en-us/web/api/request/clone/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ browser-compat: api.Request.clone
1111
The **`clone()`** method of the {{domxref("Request")}} interface creates a copy of the current `Request` object.
1212

1313
Like the underlying {{domxref("ReadableStream.tee")}} api,
14-
the {{domxref("Request.body", "body")}} of a cloned `Response`
14+
the {{domxref("Request.body", "body")}} of a cloned `Request`
1515
will signal backpressure at the rate of the _faster_ consumer of the two bodies,
1616
and unread data is enqueued internally on the slower consumed `body`
1717
without any limit or backpressure.

0 commit comments

Comments
 (0)