MCPcopy 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
410function isDataUrl(url) {
411 if (/^data:/i.test(url)) {
412 return true;
413 }
414
415 return false;
416}
417
418const NATIVE_WIN32_PATH = /^[A-Z]:[/\\]|^\\\\/i;
419

Callers 2

normalizeUrlFunction · 0.85
isURLRequestableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected