Home
last modified time | relevance | path

Searched refs:DownloadResumable (Results 1 – 11 of 11) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.d.ts165 …leSystemNetworkTaskProgressCallback<DownloadProgressData>, resumeData?: string): DownloadResumable;
190 export declare class DownloadResumable extends FileSystemCancellableNetworkTask<DownloadProgressDat… class
H A DFileSystem.js265 return new DownloadResumable(uri, fileUri, options, callback, resumeData);
354 export class DownloadResumable extends FileSystemCancellableNetworkTask { class
H A DFileSystem.js.map1DownloadResumable` object which can start, pause, and resume a download of contents at a remote UR…
/expo/packages/expo-file-system/src/
H A DFileSystem.ts333 ): 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 Dfilesystem.mdx84 //To resume a download across app restarts, assuming the the DownloadResumable.savable() object was…
87 const downloadResumable = new FileSystem.DownloadResumable(
489DownloadResumable` 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()`
531DownloadResumable` 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 DFileSystemScreen.tsx7 DownloadResumable,
40 download?: DownloadResumable;
144 this.download = new FileSystem.DownloadResumable(
/expo/docs/pages/versions/unversioned/sdk/
H A Dfilesystem.mdx83 //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 Dfilesystem.mdx83 //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 Dfilesystem.mdx83 //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 Dfilesystem.mdx84 //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 DCHANGELOG.md302 - `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…