MCPcopy
hub / github.com/jsdom/jsdom / get

Function get

lib/jsdom/browser/Window.js:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 configurable: true,
169 enumerable: true,
170 get() {
171 return idlUtils.tryWrapperForImpl(getCurrentEventHandlerValue(window, event));
172 },
173 set(V) {
174 if (!idlUtils.isObject(V)) {
175 V = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected