попробуй выполни этот код
(function(){
const item_ = PluginArray.prototype.item;
PluginArray.prototype.item = function item(index) {
if (index > 4294967295) {
index = index % 4294967296;
}
return item_.call(this, index);
}
})()
попробуй выполни этот код
(function(){
const item_ = PluginArray.prototype.item;
PluginArray.prototype.item = function item(index) {
if (index > 4294967295) {
index = index % 4294967296;
}
return item_.call(this, index);
}
})()
попробуй выполни этот код
(function(){
const item_ = PluginArray.prototype.item;
PluginArray.prototype.item = function item(index) {
if (index > 4294967295) {
index = index % 4294967296;
}
return item_.call(this, index);
}
})()