MCPcopy Index your code
hub / github.com/angular/angular / abortInProgressLoad

Method abortInProgressLoad

packages/core/src/resource/resource.ts:518–525  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

516 }
517
518 private abortInProgressLoad(): void {
519 untracked(() => this.pendingController?.abort());
520 this.pendingController = undefined;
521
522 // Once the load is aborted, we no longer want to block stability on its resolution.
523 this.resolvePendingTask?.();
524 this.resolvePendingTask = undefined;
525 }
526}
527
528function saveToTransferState<R, T>(

Callers 3

setMethod · 0.95
destroyMethod · 0.95
loadEffectMethod · 0.95

Calls 2

untrackedFunction · 0.90
abortMethod · 0.65

Tested by

no test coverage detected