Class for interacting with a Fastly Object-store entry.
A ReadableStream with the contents of the entry.
A boolean value that indicates whether the body has been read from already.
Reads the body and returns it as a promise that resolves with an ArrayBuffer.
Reads the body and returns it as a promise that resolves with the result of parsing the body text as JSON.
Reads the body and returns it as a promise that resolves with a string. The response is always decoded using UTF-8.
Generated using TypeDoc
Class for interacting with a Fastly Object-store entry.