Skip to main content

Functions

f
atob

Decodes a string of data which has been encoded using base-64 encoding.

    f
    btoa

    Creates a base-64 ASCII encoded string from the input string.

      Interfaces

      I
      TextDecodeOptions
      No documentation available
      I
      v
      TextDecoder

      Represents a decoder for a specific text encoding, allowing you to convert binary data into a string given the encoding.

      I
      TextDecoderCommon
      No documentation available
      I
      TextDecoderOptions
      No documentation available
      I
      v
      I
      v
      TextEncoder
      No documentation available
      I
      TextEncoderCommon
      No documentation available
      I
      TextEncoderEncodeIntoResult
      No documentation available
      I
      v
      Back to top