Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ mockProgressEvent
Method
mockProgressEvent
packages/common/http/test/fetch_spec.ts:835–837 ·
view source on GitHub ↗
(loaded: number)
Source
from the content-addressed store, hash-verified
833
}
834
835
mockProgressEvent(loaded: number): void {
836
this.response.progress.push(loaded);
837
}
838
839
mockErrorEvent(error: any) {
840
this.reject(error);
Callers
1
fetch_spec.ts
File · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected