Home
last modified time | relevance | path

Searched refs:cancelAsync (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.d.ts172 cancelAsync(): Promise<void>;
H A DFileSystem.js276 async cancelAsync() { method in FileSystemCancellableNetworkTask
H A DFileSystem.js.map1 …bscription?: Subscription | null;\n\n // @docsMissing\n public async cancelAsync(): Promise<void…
/expo/packages/expo-file-system/src/
H A DFileSystem.ts355 public async cancelAsync(): Promise<void> {
/expo/apps/native-component-list/src/screens/
H A DFileSystemScreen.tsx110 await this.download.cancelAsync();