Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ composedPath
Method
composedPath
packages/service-worker/worker/testing/events.ts:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
constructor(readonly
type
: string) {}
29
30
composedPath(): EventTarget[] {
31
this.notImplemented();
32
}
33
initEvent(
type
: string, bubbles?: boolean, cancelable?: boolean): void {
34
this.notImplemented();
35
}
Callers
2
getEventTarget
Function · 0.80
event_dispatcher_test.ts
File · 0.80
Calls
1
notImplemented
Method · 0.95
Tested by
no test coverage detected