Factory

Functions

Link copied to clipboard
open override fun create(): TextEncoder

Creates a new instance of the encoding utility without any parameters.

open override fun create(encoding: Value?): TextEncoder

Creates a new instance of the encoding utility with a specific named encoding.

Link copied to clipboard
open override fun newInstance(vararg arguments: Value?): Any