MCPcopy Index your code
hub / github.com/EmulatorJS/EmulatorJS / createElement

Method createElement

data/src/emulator.js:74–76  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

72 return core;
73 }
74 createElement(type) {
75 return document.createElement(type);
76 }
77 addEventListener(element, listener, callback) {
78 const listeners = listener.split(" ");
79 let rv = [];

Callers 15

constructorMethod · 0.95
setupAdsMethod · 0.95
setElementsMethod · 0.95
createStartButtonMethod · 0.95
createTextMethod · 0.95
initGameCoreMethod · 0.95
displayMessageMethod · 0.95
checkStartedMethod · 0.95
updateGamepadLabelsMethod · 0.95
createLinkMethod · 0.95
createContextMenuMethod · 0.95
addButtonMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected