Options
All
  • Public
  • Public/Protected
  • All
Menu

Data URI sub-components.

Hierarchy

  • DataUriComponents

Index

Properties

charset

charset: string

Character set portion of the meta preamble. Starts with "charset=", or is undefined.

extension

extension: string

Extension portion of the meta preamble. Can be 'base64', or undefined.

mediaType

mediaType: string

Media type portion of the meta preamble. If undefined, assume "text/plain".

meta

meta: string

Meta data preamble of the data URI.

payloadIndex

payloadIndex: number

Index of the first character of the payload.

uri

uri: string

Original data URI that has been parsed.