Allows the user to set a custom decoding function so more encoding formats the native ones can be supported.
Allows the user to set a custom encoding function so more encoding formats the native ones can be supported.
Decodes some Uint8Array to a string format.
Runs a fallback for the native decoding funcion.
Encodes some string into a Uint8Array.
Runs a fallback for the native encoding funcion.
Returns character set from some encoding character set.
Returns the string value from some encoding character set.
Checks if the decoding method should use the fallback for decoding once Node TextDecoder doesn't support all encoding formats.
Generated using TypeDoc
Responsible for en/decoding strings.