arudradey's picture
download
raw
244 Bytes
var REMOTE_RESOURCE_PATTERN = /^(\w+:\/\/|\/\/)/;
var FILE_RESOURCE_PATTERN = /^file:\/\//;
function isRemoteResource(uri) {
return REMOTE_RESOURCE_PATTERN.test(uri) && !FILE_RESOURCE_PATTERN.test(uri);
}
module.exports = isRemoteResource;

Xet Storage Details

Size:
244 Bytes
·
Xet hash:
caab90aa88ca7d5358a20b257f1a2a70fb364057f135ef7288c8f11cab6321ca

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.