Index

Type aliases

BlobMethod

BlobMethod: typeof BlobMethod[keyof typeof BlobMethod]

ProgressCallback

ProgressCallback: function

Type declaration

    • Useful only on browsers; the callback will receive a full browser Event

      Parameters

      Returns void

Variables

Const BlobMethod

BlobMethod: object = ...

Type declaration

  • arrayBuffer: string
  • binaryString: string
  • dataUrl: string
  • stream: string
  • text: string

Generated using TypeDoc