IR2Bucket.get(key: string): Promise<IR2ObjectBody | null>
Reads an object.
Promise<IR2ObjectBody | null>
The object with its body, or null when it does not exist
IR2Bucket.get(key: string): Promise<IR2ObjectBody | null>
Reads an object.
Promise<IR2ObjectBody | null>
The object with its body, or null when it does not exist
import { type IR2Bucket } from "cloudflare-plugin/src/index.ts";