TextEncoder

open external class TextEncoder

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var encoding: String

Functions

Link copied to clipboard
open fun encode(input: String = definedExternally): Uint8Array
Link copied to clipboard
open fun encodeInto(input: String, buffer: Uint8Array): TextEncoderEncodeIntoResult