Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ span
Method
span
deps/v8/tools/js/web-api-helper.mjs:244–246 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
242
}
243
244
static span(options) {
245
return
this.element(
'span'
, options);
246
}
247
248
static table(options) {
249
return
this.element(
'table'
, options);
Callers
3
format
Method · 0.80
_measureFontMetrics
Method · 0.80
_appendVisualLines
Method · 0.80
Calls
1
element
Method · 0.95
Tested by
no test coverage detected