Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ resetFetchPromise
Method
resetFetchPromise
packages/common/http/test/fetch_spec.ts:848–850 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
846
}
847
848
resetFetchPromise() {
849
this.promise = this.createFetchPromise();
850
}
851
852
private createFetchPromise(): Promise<Response> {
853
const
{promise, resolve, reject} = Promise.withResolvers<Response>();
Callers
1
fetch_spec.ts
File · 0.80
Calls
1
createFetchPromise
Method · 0.95
Tested by
no test coverage detected