method TextEncoder.encodeInto
#TextEncoder.encodeInto(input: string,dest: Uint8Array<ArrayBufferLike>,): TextEncoderEncodeIntoResult
Encodes a string into the destination Uint8Array and returns the result of the encoding.
Parameters #
#input: string
#dest: Uint8Array<ArrayBufferLike>