Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TextDecoder ¶
type TextDecoder struct{}
TextDecoder a decoder for a specific text encoding, such as UTF-8, ISO-8859-2, KOI8-R, GBK, etc. A decoder takes a stream of bytes as input and emits a stream of code points. https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder
func (*TextDecoder) Instantiate ¶
type TextEncoder ¶
type TextEncoder struct{}
TextEncoder takes a stream of code points as input and emits a stream of UTF-8 bytes. https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder
func (*TextEncoder) Instantiate ¶
Instantiate module
Click to show internal directories.
Click to hide internal directories.