MCPcopy
hub / github.com/wilsonpage/fastdom / extend

Function extend

fastdom-strict.js:931–933  ·  view source on GitHub ↗
(parent, props)

Source from the content-addressed store, hash-verified

929 }
930
931 function extend(parent, props) {
932 return Object.assign(Object.create(parent.prototype), props);
933 }
934
935 function isAttached(el) {
936 return el === window || document.contains(el);

Callers 1

fastdom-strict.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…