Type Alias

Download

Tuple of the approximate percentage of data already downloaded (by page size, not actual entries) and, once 100% complete, the downloaded data itself.

Declaration

typealias Download<D> = (data: D, percentComplete: Double)

See Also

Data Output