bodyUsed property

Determines if the body is non-null and its stream is distributed.

This property is read-only.

Syntax

JavaScript
bodyFlag = object.bodyUsed

 

Property values

Type: DOMString

A boolean that is true if the body is non-null and its stream is distributed. false otherwise.

Standards information

See also

Request

Response