We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Request.clone
Response
1 parent 330d1ec commit c1f184aCopy full SHA for c1f184a
files/en-us/web/api/request/clone/index.md
@@ -11,7 +11,7 @@ browser-compat: api.Request.clone
11
The **`clone()`** method of the {{domxref("Request")}} interface creates a copy of the current `Request` object.
12
13
Like the underlying {{domxref("ReadableStream.tee")}} api,
14
-the {{domxref("Request.body", "body")}} of a cloned `Response`
+the {{domxref("Request.body", "body")}} of a cloned `Request`
15
will signal backpressure at the rate of the _faster_ consumer of the two bodies,
16
and unread data is enqueued internally on the slower consumed `body`
17
without any limit or backpressure.
0 commit comments