Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ parser
Function
parser
external/.d3.js:8390–8393 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
8388
}
8389
8390
function
parser(
type
) {
8391
return
(input, init) => text(input, init)
8392
.then(text => (
new
DOMParser).parseFromString(text,
type
));
8393
}
8394
8395
var
xml = parser(
"application/xml"
);
8396
Callers
2
fn
Method · 0.85
.d3.js
File · 0.85
Calls
1
text
Function · 0.70
Tested by
no test coverage detected