fmgp.typings.std
package fmgp.typings.std
Members list
Packages
package fmgp.typings.std.global
Type members
Classlikes
trait TextEncoder extends StObject, TextEncoderCommon
TextEncoder takes a stream of code points as input and emits a stream of bytes. For a more scalable, non-native library, see StringView – a C-like representation of strings based on typed arrays.
TextEncoder takes a stream of code points as input and emits a stream of bytes. For a more scalable, non-native library, see StringView – a C-like representation of strings based on typed arrays.
Attributes
- Supertypes
-
trait TextEncoderCommontrait StObjectclass Objecttrait Anyclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class TextEncoder
trait TextEncoderCommon extends StObject
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
trait TextEncoderclass TextEncoder
object TextEncoderCommon
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TextEncoderCommon.type
trait TextEncoderEncodeIntoResult extends StObject
object TextEncoderEncodeIntoResult
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
In this article