bodyUsed property

bool get bodyUsed

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

Implementation

external bool get bodyUsed;