Skip to content

Commit 22e6a96

Browse files
committed
feat: stopAllDownloads
1 parent 672289f commit 22e6a96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/datasources/cache.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export class PersistentCacheTileDataSource extends TileDataSource<any, Persisten
1919
cacheOnlyMode: boolean;
2020
clear();
2121
startDownloadArea<T = DefaultLatLonKeys>(mapBounds: MapBounds<T>, minZoom: number, maxZoom: number, tileDownloadListener: TileDownloadListener);
22+
stopAllDownloads();
2223
}
2324

2425
export interface MemoryCacheTileDataSourceOptions extends TileDataSourceOptions {

0 commit comments

Comments
 (0)