MCPcopy
hub / github.com/skatejs/skatejs / initCustomEvent

Method initCustomEvent

packages/ssr/register/Event.js:11–14  ·  view source on GitHub ↗
(type, bubbles, cancelable, detail)

Source from the content-addressed store, hash-verified

9 this.type = type;
10 }
11 initCustomEvent(type, bubbles, cancelable, detail) {
12 this.initEvent(type, bubbles, cancelable);
13 this.detail = detail;
14 }
15}
16
17module.exports = {

Callers 3

emitFunction · 0.80
ce-sd-fill.jsFile · 0.80
bFunction · 0.80

Calls 1

initEventMethod · 0.95

Tested by

no test coverage detected