Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ notImplemented
Method
notImplemented
packages/service-worker/worker/testing/events.ts:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
private notImplemented(): never {
47
throw
new
Error(
'Method not implemented in `MockEvent`.'
);
48
}
49
}
50
51
export
class
MockExtendableEvent extends MockEvent implements ExtendableEvent {
Callers
5
composedPath
Method · 0.95
initEvent
Method · 0.95
preventDefault
Method · 0.95
stopImmediatePropagation
Method · 0.95
stopPropagation
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected