TextEncoder
fmgp.typings.std.global.TextEncoder
open class TextEncoder() extends StObject, TextEncoder
Attributes
- Graph
-
- Supertypes
-
trait TextEncodertrait TextEncoderCommontrait StObjectclass Objecttrait Anyclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- TextEncoder
Returns the result of running UTF-8's encoder.
Runs the UTF-8 encoder on source, stores the result of that operation into destination, and returns the progress made as an object wherein read is the number of converted code units of source and written is the number of bytes modified in destination.
Runs the UTF-8 encoder on source, stores the result of that operation into destination, and returns the progress made as an object wherein read is the number of converted code units of source and written is the number of bytes modified in destination.
Attributes
- Inherited from:
- TextEncoder
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
In this article