Skip to main content
method TextEncoder.encodeInto
TextEncoder.encodeInto(
input: string,
dest: Uint8Array,
): TextEncoderEncodeIntoResult
Deprecated

Encodes a string into the destination Uint8Array and returns the result of the encoding.

Parameters

input: string
dest: Uint8Array

Return Type

Back to top