MCPcopy Create free account
hub / github.com/nodejs/node / tr

Method tr

deps/v8/tools/js/web-api-helper.mjs:267–269  ·  view source on GitHub ↗
(classes)

Source from the content-addressed store, hash-verified

265 }
266
267 static tr(classes) {
268 return this.element('tr', classes);
269 }
270
271 static removeAllChildren(node) {
272 let range = document.createRange();

Callers 6

constructorMethod · 0.80
addRowMethod · 0.80
renderDrilldownMethod · 0.80
_renderMethod · 0.80
_addFooterMethod · 0.80
_addRowMethod · 0.80

Calls 1

elementMethod · 0.95

Tested by

no test coverage detected