download
raw
301 Bytes
'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
if (
Array.prototype.includes
&& Array(1).includes(undefined) // https://bugzilla.mozilla.org/show_bug.cgi?id=1767541
) {
return Array.prototype.includes;
}
return implementation;
};

Xet Storage Details

Size:
301 Bytes
·
Xet hash:
58ea88c235eb9b41d22ddf23a5be7366cc384fdff0a0285f50d49f5a90f35fe7

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