Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DownloadingQueue

A downloading queue.

Hierarchy

  • DownloadingQueue

Index

Constructors

Accessors

  • get count(): number
  • get isEmpty(): boolean

Methods

  • clear(): void
  • Retrieves and entry at an index in the queue.

    Parameters

    • index: number

      The index of the item to retrieve.

    Returns DownloadEntry

    The found entry.