Package-level declarations
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
This function returns true if input contains only valid ASCII-encoded data, including the case in which input is empty.
Link copied to clipboard
This function returns true if input contains only valid UTF-8-encoded data, including the case in which input is empty.
Link copied to clipboard
Resolves a 'blob:nodedata:...' an associated Blob object registered using a prior call to URL.createObjectURL().
Link copied to clipboard
external fun transcode(source: Uint8Array<*>, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): NonSharedBuffer
Re-encodes the given Buffer or Uint8Array instance from one character encoding to another. Returns a new Buffer instance.