Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/webpack/css-loader
/ isDataUrl
Function
isDataUrl
src/utils.js:410–416 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
408
}
409
410
function
isDataUrl(url) {
411
if
(/^data:/i.test(url)) {
412
return
true;
413
}
414
415
return
false;
416
}
417
418
const
NATIVE_WIN32_PATH = /^[A-Z]:[/\\]|^\\\\/i;
419
Callers
2
normalizeUrl
Function · 0.85
isURLRequestable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected