Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ blob
Method
blob
packages/service-worker/worker/testing/fetch.ts:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
async
blob(): Promise<Blob> {
28
throw
'Not implemented'
;
29
}
30
31
async
json(): Promise<any> {
32
return
JSON.parse(this.getBody()) as any;
Callers
1
fetch.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected