TextEncoderStream
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2461
Extends
Section titled “Extends”TransformStream
<string
,Uint8Array
>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TextEncoderStream():
TextEncoderStream
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2465
Returns
Section titled “Returns”TextEncoderStream
Overrides
Section titled “Overrides”Properties
Section titled “Properties”readable
Section titled “readable”
readonly
readable:ReadableStream
<Uint8Array
<ArrayBufferLike
>>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2424
Inherited from
Section titled “Inherited from”writable
Section titled “writable”
readonly
writable:WritableStream
<string
>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2426
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.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2466
Returns
Section titled “Returns”string