UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

12 lines (11 loc) 369 B
import { RemoteFile } from 'generic-filehandle2'; export declare function clearCache(): void; export declare class RemoteFileWithRangeCache extends RemoteFile { private cachedStat?; stat(): Promise<{ size: number; }>; private fetchRange; private getCachedRange; fetch(url: string | RequestInfo, init?: RequestInit): Promise<Response>; }