Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
module.exports = {
Callers
3
emit
Function · 0.80
ce-sd-fill.js
File · 0.80
b
Function · 0.80
Calls
1
initEvent
Method · 0.95
Tested by
no test coverage detected