Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/download/service

Index

Functions

Functions

  • default(content: string, fileName: string, opt_fileType: string): void
  • A function to start a download for a file.

    Parameters

    • content: string

      The content of the file to download.

    • fileName: string

      The name of the file to download.

    • opt_fileType: string

      The type of the file to download.

    Returns void

Generated using TypeDoc