Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
sealed external class Buffer<TArrayBuffer : ERROR CLASS: Symbol not found for ArrayBufferLike> : <ERROR CLASS> ERROR CLASS: Symbol not found for Uint8Array<TArrayBuffer>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Functions
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: ERROR CLASS: Symbol not found for Uint8Array<*>, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): Buffer<*>
Re-encodes the given Buffer
or Uint8Array
instance from one character encoding to another. Returns a new Buffer
instance.