ImageTransformationResult
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8950
Methods
Section titled “Methods”contentType()
Section titled “contentType()”contentType():
string
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8958
The content type of the returned image
Returns
Section titled “Returns”string
image()
Section titled “image()”image(
options?):ReadableStream<Uint8Array<ArrayBufferLike>>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8962
The bytes of the response
Parameters
Section titled “Parameters”options?
Section titled “options?”ImageTransformationOutputOptions
Returns
Section titled “Returns”ReadableStream<Uint8Array<ArrayBufferLike>>
response()
Section titled “response()”response():
Response
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8954
The image as a response, ready to store in cache or return to users