property CachedResponsePayload.bodyEncoding

Present when the body was base64-encoded during storage. The replay helper decodes it back to Uint8Array.

Type

"base64"

Usage

import { type CachedResponsePayload } from "cache-plugin/src/index.ts";