MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / events.js

File events.js

host/dom/src/main/events.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* DOM events fan into Python's `receive()` via `ctx.pushEvent(jsonDetail)`. */
2
3export default ({ node, bindings, files }, { pushEvent, emitError }) => ({
4 bind_event: (h, type, msg, optionsJson) => {

Callers

nothing calls this directly

Calls 3

nodeFunction · 0.85
pushMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected