Searched refs:DownloadResumable (Results 1 – 11 of 11) sorted by relevance
| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.d.ts | 165 …leSystemNetworkTaskProgressCallback<DownloadProgressData>, resumeData?: string): DownloadResumable; 190 export declare class DownloadResumable extends FileSystemCancellableNetworkTask<DownloadProgressDat… class
|
| H A D | FileSystem.js | 265 return new DownloadResumable(uri, fileUri, options, callback, resumeData); 354 export class DownloadResumable extends FileSystemCancellableNetworkTask { class
|
| H A D | FileSystem.js.map | 1 …DownloadResumable` object which can start, pause, and resume a download of contents at a remote UR…
|
| /expo/packages/expo-file-system/src/ |
| H A D | FileSystem.ts | 333 ): DownloadResumable { 334 return new DownloadResumable(uri, fileUri, options, callback, resumeData); 458 export class DownloadResumable extends FileSystemCancellableNetworkTask<DownloadProgressData> { class
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | filesystem.mdx | 84 //To resume a download across app restarts, assuming the the DownloadResumable.savable() object was… 87 const downloadResumable = new FileSystem.DownloadResumable( 489 …DownloadResumable` object which can start, pause, and resume a download of contents at a remote UR… 511 …. This is set on the `DownloadResumable` object automatically when a download is paused. When init… 513 ### `FileSystem.DownloadResumable.downloadAsync()` 529 ### `FileSystem.DownloadResumable.pauseAsync()` 531 …DownloadResumable` object after a successful pause operation. Returns an object that can be saved … 547 ### `FileSystem.DownloadResumable.resumeAsync()` 563 ### `FileSystem.DownloadResumable.savable()`
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | FileSystemScreen.tsx | 7 DownloadResumable, 40 download?: DownloadResumable; 144 this.download = new FileSystem.DownloadResumable(
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | filesystem.mdx | 83 //To resume a download across app restarts, assuming the DownloadResumable.savable() object was sto… 86 const downloadResumable = new FileSystem.DownloadResumable(
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | filesystem.mdx | 83 //To resume a download across app restarts, assuming the DownloadResumable.savable() object was sto… 86 const downloadResumable = new FileSystem.DownloadResumable(
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | filesystem.mdx | 83 //To resume a download across app restarts, assuming the DownloadResumable.savable() object was sto… 86 const downloadResumable = new FileSystem.DownloadResumable(
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | filesystem.mdx | 84 //To resume a download across app restarts, assuming the DownloadResumable.savable() object was sto… 87 const downloadResumable = new FileSystem.DownloadResumable(
|
| /expo/packages/expo-file-system/ |
| H A D | CHANGELOG.md | 302 - `FileSystem.downloadAsync` and `FileSystem.DownloadResumable` work by default when the app is in … 303 - `FileSystem.downloadAsync` and `FileSystem.DownloadResumable` will reject when invalid headers di…
|