MCPcopy
hub / github.com/angular/angular / initEvent

Method initEvent

packages/service-worker/worker/testing/events.ts:33–35  ·  view source on GitHub ↗
(type: string, bubbles?: boolean, cancelable?: boolean)

Source from the content-addressed store, hash-verified

31 this.notImplemented();
32 }
33 initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void {
34 this.notImplemented();
35 }
36 preventDefault(): void {
37 this.notImplemented();
38 }

Callers 15

event_test.tsFile · 0.80
dispatchEventFunction · 0.80
createMouseEventFunction · 0.80
element.spec.tsFile · 0.80
shadydom.spec.tsFile · 0.80
browser.spec.tsFile · 0.80
testPassiveFunction · 0.80
createEvtFunction · 0.80
eventTarget.jsFile · 0.80

Calls 1

notImplementedMethod · 0.95

Tested by 2

testPassiveFunction · 0.64
createEvtFunction · 0.64