TextDecoderStream
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2462
Extends
Section titled “Extends”TransformStream<ArrayBuffer|ArrayBufferView,string>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TextDecoderStream(
label?,options?):TextDecoderStream
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2466
Parameters
Section titled “Parameters”label?
Section titled “label?”string
options?
Section titled “options?”TextDecoderStreamTextDecoderStreamInit
Returns
Section titled “Returns”TextDecoderStream
Overrides
Section titled “Overrides”Properties
Section titled “Properties”readable
Section titled “readable”
readonlyreadable:ReadableStream<string>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2417
Inherited from
Section titled “Inherited from”writable
Section titled “writable”
readonlywritable:WritableStream<ArrayBuffer|ArrayBufferView<ArrayBufferLike>>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2419
Inherited from
Section titled “Inherited from”Accessors
Section titled “Accessors”encoding
Section titled “encoding”Get Signature
Section titled “Get Signature”get encoding():
string
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2467
Returns
Section titled “Returns”string
Get Signature
Section titled “Get Signature”get fatal():
boolean
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2468
Returns
Section titled “Returns”boolean
ignoreBOM
Section titled “ignoreBOM”Get Signature
Section titled “Get Signature”get ignoreBOM():
boolean
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2469
Returns
Section titled “Returns”boolean