Skip to content

Response.functions.readBytes

fx-fetch


fx-fetch / Response / readBytes

readBytes(response): Effect<Uint8Array<ArrayBuffer>, MalformedBytesError, never>

Defined in: packages/fx-fetch/src/Response/readBytes.ts:14

Reads a Bytes response.

Response

Effect<Uint8Array<ArrayBuffer>, MalformedBytesError, never>

0.1.0