bodyUsed

abstract val bodyUsed: Boolean

Request: Body usage.

If the body for this request has already been consumed, this property must return true; if false, the body is still buffered and may be queried.

From MDN: "The read-only bodyUsed property of the Request interface is a boolean value that indicates whether the request body has been read yet."

See also: MDN, Request.bodyUsed.