encodedBodySize property
int
get
encodedBodySize
The encodedBodySize
read-only property represents the size (in
octets) received from the fetch (HTTP or cache) of the payload body before
removing any applied content encodings (like gzip or Brotli). If the
resource is retrieved from an application cache or a local resource, it
must
return the size of the payload body before removing any applied content
encoding.
Implementation
external int get encodedBodySize;