Buckets:

imerfanrajabee's picture
download
raw
441 Bytes
/* eslint-env browser */
'use strict';
function getChromeVersion() {
const matches = /(Chrome|Chromium)\/(?<chromeVersion>\d+)\./.exec(navigator.userAgent);
if (!matches) {
return;
}
return Number.parseInt(matches.groups.chromeVersion, 10);
}
const colorSupport = getChromeVersion() >= 69 ? {
level: 1,
hasBasic: true,
has256: false,
has16m: false
} : false;
module.exports = {
stdout: colorSupport,
stderr: colorSupport
};

Xet Storage Details

Size:
441 Bytes
·
Xet hash:
f46cffc3fa84f4157afb55ae2e3d747c459696bc8f1260f61a0320a6d327ed79

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