MCPcopy 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

getEventTargetFunction · 0.80

Calls 1

notImplementedMethod · 0.95

Tested by

no test coverage detected