Home
last modified time | relevance | path

Searched refs:taskWasCanceled (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.js272 taskWasCanceled = false; field in FileSystemCancellableNetworkTask
281 this.taskWasCanceled = true;
285 if (this.taskWasCanceled) {
H A DFileSystem.d.ts169 protected taskWasCanceled: boolean;
H A DFileSystem.js.map1taskWasCanceled = false;\n private emitter = new EventEmitter(ExponentFileSystem);\n private sub…
/expo/packages/expo-file-system/src/
H A DFileSystem.ts350 protected taskWasCanceled = false; property in FileSystemCancellableNetworkTask
361 this.taskWasCanceled = true;
366 if (this.taskWasCanceled) {