Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jsdom/jsdom
/ node.js
File
node.js
lib/jsdom/living/node.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
"use strict"
;
2
const
{ appendAttribute } = require(
"./attributes"
);
3
const
NODE_TYPE = require(
"./node-type"
);
4
Callers
nothing calls this directly
Calls
11
createElement
Function · 0.85
_cloneDocument
Method · 0.80
createDocumentType
Method · 0.80
clone
Method · 0.80
_createAttribute
Method · 0.80
createTextNode
Method · 0.80
createCDATASection
Method · 0.80
createComment
Method · 0.80
createProcessingInstruction
Method · 0.80
_append
Method · 0.80
createDocumentFragment
Method · 0.45
Tested by
no test coverage detected