MCPcopy
hub / github.com/jsdom/jsdom / createDocumentFragment

Method createDocumentFragment

lib/jsdom/living/nodes/Document-impl.js:806–808  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

804 }
805
806 createDocumentFragment() {
807 return DocumentFragment.createImpl(this._globalObject, [], { ownerDocument: this });
808 }
809
810 createAttribute(localName) {
811 validateName(this._globalObject, localName);

Callers 2

node.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected