Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Utils

Index

Methods

  • Uint8ArrayToString(data: Uint8Array): string
  • Parameters

    • data: Uint8Array

    Returns string

  • Parameters

    Returns void

  • getFileUrl(fileInputId: string | HTMLInputElement): FileObj
  • Parameters

    • fileInputId: string | HTMLInputElement

    Returns FileObj

  • getUniqueId(): string
  • Returns string

  • listenNetwork(online: (() => void), offline: (() => void)): void
  • Parameters

    • online: (() => void)
        • (): void
        • Returns void

    • offline: (() => void)
        • (): void
        • Returns void

    Returns void

  • uploadFile(options: UploadFile, operateName?: OperationName): void
  • Parameters

    • options: UploadFile
    • Optional operateName: OperationName

    Returns void

Generated using TypeDoc