• Preparing search index...
  • The search index is not available
@violentmonkey/types
  • @violentmonkey/types
  • GM_download

Function GM_download

  • GM_download(options: VMScriptGMDownloadOptions): void

    Downloads a URL to a local file.

    Parameters

    • options: VMScriptGMDownloadOptions

    Returns void

    • Defined in index.d.ts:507
  • GM_download(url: string, name: string): void

    Downloads a URL to a local file.

    Parameters

    • url: string

      The URL to download.

    • name: string

      The filename to save as.

    Returns void

    • Defined in index.d.ts:508

Settings

Member Visibility
@violentmonkey/types
  • Loading...

Generated using TypeDoc