Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ delete
Method
delete
packages/service-worker/worker/testing/fetch.ts:84–86 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
82
}
83
84
delete(name: string): void {
85
this.map.delete(name.toLowerCase());
86
}
87
88
entries() {
89
return
this.map.entries();
Callers
8
safety-worker.js
File · 0.45
happy_spec.ts
File · 0.45
removeAssetFromCache
Function · 0.45
'delete'
Method · 0.45
'delete'
Method · 0.45
clearAllCaches
Function · 0.45
remove
Method · 0.45
removeEventListener
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected