MCPcopy Create free account
hub / github.com/RadLikeWhoa/Countable / triggerInput

Function triggerInput

test/test.js:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 function triggerInput () {
24 var event = document.createEvent('HTMLEvents')
25 event.initEvent('input', true, true)
26 event.eventName = 'input'
27 area.dispatchEvent(event)
28 }
29
30 before(function () {
31 document.body.innerHTML = '<ul>' +

Callers 1

test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…