method TextEncoder.encodeInto
Private
TextEncoder.encodeInto(input: string,dest: Uint8Array,): TextEncoderEncodeIntoResult
Encodes a string into the destination Uint8Array and returns the result of the encoding.
TextEncoder.encodeInto(input: string,dest: Uint8Array,): TextEncoderEncodeIntoResult
Encodes a string into the destination Uint8Array and returns the result of the encoding.