Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/embedpre.../assets/pdf/build
File: pdf.worker.js
/**
[0] Fix | Delete
* @licstart The following is the entire license notice for the
[1] Fix | Delete
* JavaScript code in this page
[2] Fix | Delete
*
[3] Fix | Delete
* Copyright 2023 Mozilla Foundation
[4] Fix | Delete
*
[5] Fix | Delete
* Licensed under the Apache License, Version 2.0 (the "License");
[6] Fix | Delete
* you may not use this file except in compliance with the License.
[7] Fix | Delete
* You may obtain a copy of the License at
[8] Fix | Delete
*
[9] Fix | Delete
* http://www.apache.org/licenses/LICENSE-2.0
[10] Fix | Delete
*
[11] Fix | Delete
* Unless required by applicable law or agreed to in writing, software
[12] Fix | Delete
* distributed under the License is distributed on an "AS IS" BASIS,
[13] Fix | Delete
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
[14] Fix | Delete
* See the License for the specific language governing permissions and
[15] Fix | Delete
* limitations under the License.
[16] Fix | Delete
*
[17] Fix | Delete
* @licend The above is the entire license notice for the
[18] Fix | Delete
* JavaScript code in this page
[19] Fix | Delete
*/
[20] Fix | Delete
[21] Fix | Delete
/******/ var __webpack_modules__ = ({
[22] Fix | Delete
[23] Fix | Delete
/***/ 9306:
[24] Fix | Delete
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
[25] Fix | Delete
[26] Fix | Delete
[27] Fix | Delete
var isCallable = __webpack_require__(4901);
[28] Fix | Delete
var tryToString = __webpack_require__(6823);
[29] Fix | Delete
[30] Fix | Delete
var $TypeError = TypeError;
[31] Fix | Delete
[32] Fix | Delete
// `Assert: IsCallable(argument) is true`
[33] Fix | Delete
module.exports = function (argument) {
[34] Fix | Delete
if (isCallable(argument)) return argument;
[35] Fix | Delete
throw new $TypeError(tryToString(argument) + ' is not a function');
[36] Fix | Delete
};
[37] Fix | Delete
[38] Fix | Delete
[39] Fix | Delete
/***/ }),
[40] Fix | Delete
[41] Fix | Delete
/***/ 3506:
[42] Fix | Delete
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
[43] Fix | Delete
[44] Fix | Delete
[45] Fix | Delete
var isPossiblePrototype = __webpack_require__(3925);
[46] Fix | Delete
[47] Fix | Delete
var $String = String;
[48] Fix | Delete
var $TypeError = TypeError;
[49] Fix | Delete
[50] Fix | Delete
module.exports = function (argument) {
[51] Fix | Delete
if (isPossiblePrototype(argument)) return argument;
[52] Fix | Delete
throw new $TypeError("Can't set " + $String(argument) + ' as a prototype');
[53] Fix | Delete
};
[54] Fix | Delete
[55] Fix | Delete
[56] Fix | Delete
/***/ }),
[57] Fix | Delete
[58] Fix | Delete
/***/ 7080:
[59] Fix | Delete
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
[60] Fix | Delete
[61] Fix | Delete
[62] Fix | Delete
var has = (__webpack_require__(4402).has);
[63] Fix | Delete
[64] Fix | Delete
// Perform ? RequireInternalSlot(M, [[SetData]])
[65] Fix | Delete
module.exports = function (it) {
[66] Fix | Delete
has(it);
[67] Fix | Delete
return it;
[68] Fix | Delete
};
[69] Fix | Delete
[70] Fix | Delete
[71] Fix | Delete
/***/ }),
[72] Fix | Delete
[73] Fix | Delete
/***/ 679:
[74] Fix | Delete
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
[75] Fix | Delete
[76] Fix | Delete
[77] Fix | Delete
var isPrototypeOf = __webpack_require__(1625);
[78] Fix | Delete
[79] Fix | Delete
var $TypeError = TypeError;
[80] Fix | Delete
[81] Fix | Delete
module.exports = function (it, Prototype) {
[82] Fix | Delete
if (isPrototypeOf(Prototype, it)) return it;
[83] Fix | Delete
throw new $TypeError('Incorrect invocation');
[84] Fix | Delete
};
[85] Fix | Delete
[86] Fix | Delete
[87] Fix | Delete
/***/ }),
[88] Fix | Delete
[89] Fix | Delete
/***/ 8551:
[90] Fix | Delete
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
[91] Fix | Delete
[92] Fix | Delete
[93] Fix | Delete
var isObject = __webpack_require__(34);
[94] Fix | Delete
[95] Fix | Delete
var $String = String;
[96] Fix | Delete
var $TypeError = TypeError;
[97] Fix | Delete
[98] Fix | Delete
// `Assert: Type(argument) is Object`
[99] Fix | Delete
module.exports = function (argument) {
[100] Fix | Delete
if (isObject(argument)) return argument;
[101] Fix | Delete
throw new $TypeError($String(argument) + ' is not an object');
[102] Fix | Delete
};
[103] Fix | Delete
[104] Fix | Delete
[105] Fix | Delete
/***/ }),
[106] Fix | Delete
[107] Fix | Delete
/***/ 7811:
[108] Fix | Delete
/***/ ((module) => {
[109] Fix | Delete
[110] Fix | Delete
[111] Fix | Delete
// eslint-disable-next-line es/no-typed-arrays -- safe
[112] Fix | Delete
module.exports = typeof ArrayBuffer != 'undefined' && typeof DataView != 'undefined';
[113] Fix | Delete
[114] Fix | Delete
[115] Fix | Delete
/***/ }),
[116] Fix | Delete
[117] Fix | Delete
/***/ 7394:
[118] Fix | Delete
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
[119] Fix | Delete
[120] Fix | Delete
[121] Fix | Delete
var uncurryThisAccessor = __webpack_require__(6706);
[122] Fix | Delete
var classof = __webpack_require__(4576);
[123] Fix | Delete
[124] Fix | Delete
var $TypeError = TypeError;
[125] Fix | Delete
[126] Fix | Delete
// Includes
[127] Fix | Delete
// - Perform ? RequireInternalSlot(O, [[ArrayBufferData]]).
[128] Fix | Delete
// - If IsSharedArrayBuffer(O) is true, throw a TypeError exception.
[129] Fix | Delete
module.exports = uncurryThisAccessor(ArrayBuffer.prototype, 'byteLength', 'get') || function (O) {
[130] Fix | Delete
if (classof(O) !== 'ArrayBuffer') throw new $TypeError('ArrayBuffer expected');
[131] Fix | Delete
return O.byteLength;
[132] Fix | Delete
};
[133] Fix | Delete
[134] Fix | Delete
[135] Fix | Delete
/***/ }),
[136] Fix | Delete
[137] Fix | Delete
/***/ 3238:
[138] Fix | Delete
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
[139] Fix | Delete
[140] Fix | Delete
[141] Fix | Delete
var uncurryThis = __webpack_require__(9504);
[142] Fix | Delete
var arrayBufferByteLength = __webpack_require__(7394);
[143] Fix | Delete
[144] Fix | Delete
var slice = uncurryThis(ArrayBuffer.prototype.slice);
[145] Fix | Delete
[146] Fix | Delete
module.exports = function (O) {
[147] Fix | Delete
if (arrayBufferByteLength(O) !== 0) return false;
[148] Fix | Delete
try {
[149] Fix | Delete
slice(O, 0, 0);
[150] Fix | Delete
return false;
[151] Fix | Delete
} catch (error) {
[152] Fix | Delete
return true;
[153] Fix | Delete
}
[154] Fix | Delete
};
[155] Fix | Delete
[156] Fix | Delete
[157] Fix | Delete
/***/ }),
[158] Fix | Delete
[159] Fix | Delete
/***/ 5636:
[160] Fix | Delete
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
[161] Fix | Delete
[162] Fix | Delete
[163] Fix | Delete
var global = __webpack_require__(4475);
[164] Fix | Delete
var uncurryThis = __webpack_require__(9504);
[165] Fix | Delete
var uncurryThisAccessor = __webpack_require__(6706);
[166] Fix | Delete
var toIndex = __webpack_require__(7696);
[167] Fix | Delete
var isDetached = __webpack_require__(3238);
[168] Fix | Delete
var arrayBufferByteLength = __webpack_require__(7394);
[169] Fix | Delete
var detachTransferable = __webpack_require__(4483);
[170] Fix | Delete
var PROPER_STRUCTURED_CLONE_TRANSFER = __webpack_require__(1548);
[171] Fix | Delete
[172] Fix | Delete
var structuredClone = global.structuredClone;
[173] Fix | Delete
var ArrayBuffer = global.ArrayBuffer;
[174] Fix | Delete
var DataView = global.DataView;
[175] Fix | Delete
var TypeError = global.TypeError;
[176] Fix | Delete
var min = Math.min;
[177] Fix | Delete
var ArrayBufferPrototype = ArrayBuffer.prototype;
[178] Fix | Delete
var DataViewPrototype = DataView.prototype;
[179] Fix | Delete
var slice = uncurryThis(ArrayBufferPrototype.slice);
[180] Fix | Delete
var isResizable = uncurryThisAccessor(ArrayBufferPrototype, 'resizable', 'get');
[181] Fix | Delete
var maxByteLength = uncurryThisAccessor(ArrayBufferPrototype, 'maxByteLength', 'get');
[182] Fix | Delete
var getInt8 = uncurryThis(DataViewPrototype.getInt8);
[183] Fix | Delete
var setInt8 = uncurryThis(DataViewPrototype.setInt8);
[184] Fix | Delete
[185] Fix | Delete
module.exports = (PROPER_STRUCTURED_CLONE_TRANSFER || detachTransferable) && function (arrayBuffer, newLength, preserveResizability) {
[186] Fix | Delete
var byteLength = arrayBufferByteLength(arrayBuffer);
[187] Fix | Delete
var newByteLength = newLength === undefined ? byteLength : toIndex(newLength);
[188] Fix | Delete
var fixedLength = !isResizable || !isResizable(arrayBuffer);
[189] Fix | Delete
var newBuffer;
[190] Fix | Delete
if (isDetached(arrayBuffer)) throw new TypeError('ArrayBuffer is detached');
[191] Fix | Delete
if (PROPER_STRUCTURED_CLONE_TRANSFER) {
[192] Fix | Delete
arrayBuffer = structuredClone(arrayBuffer, { transfer: [arrayBuffer] });
[193] Fix | Delete
if (byteLength === newByteLength && (preserveResizability || fixedLength)) return arrayBuffer;
[194] Fix | Delete
}
[195] Fix | Delete
if (byteLength >= newByteLength && (!preserveResizability || fixedLength)) {
[196] Fix | Delete
newBuffer = slice(arrayBuffer, 0, newByteLength);
[197] Fix | Delete
} else {
[198] Fix | Delete
var options = preserveResizability && !fixedLength && maxByteLength ? { maxByteLength: maxByteLength(arrayBuffer) } : undefined;
[199] Fix | Delete
newBuffer = new ArrayBuffer(newByteLength, options);
[200] Fix | Delete
var a = new DataView(arrayBuffer);
[201] Fix | Delete
var b = new DataView(newBuffer);
[202] Fix | Delete
var copyLength = min(newByteLength, byteLength);
[203] Fix | Delete
for (var i = 0; i < copyLength; i++) setInt8(b, i, getInt8(a, i));
[204] Fix | Delete
}
[205] Fix | Delete
if (!PROPER_STRUCTURED_CLONE_TRANSFER) detachTransferable(arrayBuffer);
[206] Fix | Delete
return newBuffer;
[207] Fix | Delete
};
[208] Fix | Delete
[209] Fix | Delete
[210] Fix | Delete
/***/ }),
[211] Fix | Delete
[212] Fix | Delete
/***/ 4644:
[213] Fix | Delete
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
[214] Fix | Delete
[215] Fix | Delete
[216] Fix | Delete
var NATIVE_ARRAY_BUFFER = __webpack_require__(7811);
[217] Fix | Delete
var DESCRIPTORS = __webpack_require__(3724);
[218] Fix | Delete
var global = __webpack_require__(4475);
[219] Fix | Delete
var isCallable = __webpack_require__(4901);
[220] Fix | Delete
var isObject = __webpack_require__(34);
[221] Fix | Delete
var hasOwn = __webpack_require__(9297);
[222] Fix | Delete
var classof = __webpack_require__(6955);
[223] Fix | Delete
var tryToString = __webpack_require__(6823);
[224] Fix | Delete
var createNonEnumerableProperty = __webpack_require__(6699);
[225] Fix | Delete
var defineBuiltIn = __webpack_require__(6840);
[226] Fix | Delete
var defineBuiltInAccessor = __webpack_require__(2106);
[227] Fix | Delete
var isPrototypeOf = __webpack_require__(1625);
[228] Fix | Delete
var getPrototypeOf = __webpack_require__(2787);
[229] Fix | Delete
var setPrototypeOf = __webpack_require__(2967);
[230] Fix | Delete
var wellKnownSymbol = __webpack_require__(8227);
[231] Fix | Delete
var uid = __webpack_require__(3392);
[232] Fix | Delete
var InternalStateModule = __webpack_require__(1181);
[233] Fix | Delete
[234] Fix | Delete
var enforceInternalState = InternalStateModule.enforce;
[235] Fix | Delete
var getInternalState = InternalStateModule.get;
[236] Fix | Delete
var Int8Array = global.Int8Array;
[237] Fix | Delete
var Int8ArrayPrototype = Int8Array && Int8Array.prototype;
[238] Fix | Delete
var Uint8ClampedArray = global.Uint8ClampedArray;
[239] Fix | Delete
var Uint8ClampedArrayPrototype = Uint8ClampedArray && Uint8ClampedArray.prototype;
[240] Fix | Delete
var TypedArray = Int8Array && getPrototypeOf(Int8Array);
[241] Fix | Delete
var TypedArrayPrototype = Int8ArrayPrototype && getPrototypeOf(Int8ArrayPrototype);
[242] Fix | Delete
var ObjectPrototype = Object.prototype;
[243] Fix | Delete
var TypeError = global.TypeError;
[244] Fix | Delete
[245] Fix | Delete
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
[246] Fix | Delete
var TYPED_ARRAY_TAG = uid('TYPED_ARRAY_TAG');
[247] Fix | Delete
var TYPED_ARRAY_CONSTRUCTOR = 'TypedArrayConstructor';
[248] Fix | Delete
// Fixing native typed arrays in Opera Presto crashes the browser, see #595
[249] Fix | Delete
var NATIVE_ARRAY_BUFFER_VIEWS = NATIVE_ARRAY_BUFFER && !!setPrototypeOf && classof(global.opera) !== 'Opera';
[250] Fix | Delete
var TYPED_ARRAY_TAG_REQUIRED = false;
[251] Fix | Delete
var NAME, Constructor, Prototype;
[252] Fix | Delete
[253] Fix | Delete
var TypedArrayConstructorsList = {
[254] Fix | Delete
Int8Array: 1,
[255] Fix | Delete
Uint8Array: 1,
[256] Fix | Delete
Uint8ClampedArray: 1,
[257] Fix | Delete
Int16Array: 2,
[258] Fix | Delete
Uint16Array: 2,
[259] Fix | Delete
Int32Array: 4,
[260] Fix | Delete
Uint32Array: 4,
[261] Fix | Delete
Float32Array: 4,
[262] Fix | Delete
Float64Array: 8
[263] Fix | Delete
};
[264] Fix | Delete
[265] Fix | Delete
var BigIntArrayConstructorsList = {
[266] Fix | Delete
BigInt64Array: 8,
[267] Fix | Delete
BigUint64Array: 8
[268] Fix | Delete
};
[269] Fix | Delete
[270] Fix | Delete
var isView = function isView(it) {
[271] Fix | Delete
if (!isObject(it)) return false;
[272] Fix | Delete
var klass = classof(it);
[273] Fix | Delete
return klass === 'DataView'
[274] Fix | Delete
|| hasOwn(TypedArrayConstructorsList, klass)
[275] Fix | Delete
|| hasOwn(BigIntArrayConstructorsList, klass);
[276] Fix | Delete
};
[277] Fix | Delete
[278] Fix | Delete
var getTypedArrayConstructor = function (it) {
[279] Fix | Delete
var proto = getPrototypeOf(it);
[280] Fix | Delete
if (!isObject(proto)) return;
[281] Fix | Delete
var state = getInternalState(proto);
[282] Fix | Delete
return (state && hasOwn(state, TYPED_ARRAY_CONSTRUCTOR)) ? state[TYPED_ARRAY_CONSTRUCTOR] : getTypedArrayConstructor(proto);
[283] Fix | Delete
};
[284] Fix | Delete
[285] Fix | Delete
var isTypedArray = function (it) {
[286] Fix | Delete
if (!isObject(it)) return false;
[287] Fix | Delete
var klass = classof(it);
[288] Fix | Delete
return hasOwn(TypedArrayConstructorsList, klass)
[289] Fix | Delete
|| hasOwn(BigIntArrayConstructorsList, klass);
[290] Fix | Delete
};
[291] Fix | Delete
[292] Fix | Delete
var aTypedArray = function (it) {
[293] Fix | Delete
if (isTypedArray(it)) return it;
[294] Fix | Delete
throw new TypeError('Target is not a typed array');
[295] Fix | Delete
};
[296] Fix | Delete
[297] Fix | Delete
var aTypedArrayConstructor = function (C) {
[298] Fix | Delete
if (isCallable(C) && (!setPrototypeOf || isPrototypeOf(TypedArray, C))) return C;
[299] Fix | Delete
throw new TypeError(tryToString(C) + ' is not a typed array constructor');
[300] Fix | Delete
};
[301] Fix | Delete
[302] Fix | Delete
var exportTypedArrayMethod = function (KEY, property, forced, options) {
[303] Fix | Delete
if (!DESCRIPTORS) return;
[304] Fix | Delete
if (forced) for (var ARRAY in TypedArrayConstructorsList) {
[305] Fix | Delete
var TypedArrayConstructor = global[ARRAY];
[306] Fix | Delete
if (TypedArrayConstructor && hasOwn(TypedArrayConstructor.prototype, KEY)) try {
[307] Fix | Delete
delete TypedArrayConstructor.prototype[KEY];
[308] Fix | Delete
} catch (error) {
[309] Fix | Delete
// old WebKit bug - some methods are non-configurable
[310] Fix | Delete
try {
[311] Fix | Delete
TypedArrayConstructor.prototype[KEY] = property;
[312] Fix | Delete
} catch (error2) { /* empty */ }
[313] Fix | Delete
}
[314] Fix | Delete
}
[315] Fix | Delete
if (!TypedArrayPrototype[KEY] || forced) {
[316] Fix | Delete
defineBuiltIn(TypedArrayPrototype, KEY, forced ? property
[317] Fix | Delete
: NATIVE_ARRAY_BUFFER_VIEWS && Int8ArrayPrototype[KEY] || property, options);
[318] Fix | Delete
}
[319] Fix | Delete
};
[320] Fix | Delete
[321] Fix | Delete
var exportTypedArrayStaticMethod = function (KEY, property, forced) {
[322] Fix | Delete
var ARRAY, TypedArrayConstructor;
[323] Fix | Delete
if (!DESCRIPTORS) return;
[324] Fix | Delete
if (setPrototypeOf) {
[325] Fix | Delete
if (forced) for (ARRAY in TypedArrayConstructorsList) {
[326] Fix | Delete
TypedArrayConstructor = global[ARRAY];
[327] Fix | Delete
if (TypedArrayConstructor && hasOwn(TypedArrayConstructor, KEY)) try {
[328] Fix | Delete
delete TypedArrayConstructor[KEY];
[329] Fix | Delete
} catch (error) { /* empty */ }
[330] Fix | Delete
}
[331] Fix | Delete
if (!TypedArray[KEY] || forced) {
[332] Fix | Delete
// V8 ~ Chrome 49-50 `%TypedArray%` methods are non-writable non-configurable
[333] Fix | Delete
try {
[334] Fix | Delete
return defineBuiltIn(TypedArray, KEY, forced ? property : NATIVE_ARRAY_BUFFER_VIEWS && TypedArray[KEY] || property);
[335] Fix | Delete
} catch (error) { /* empty */ }
[336] Fix | Delete
} else return;
[337] Fix | Delete
}
[338] Fix | Delete
for (ARRAY in TypedArrayConstructorsList) {
[339] Fix | Delete
TypedArrayConstructor = global[ARRAY];
[340] Fix | Delete
if (TypedArrayConstructor && (!TypedArrayConstructor[KEY] || forced)) {
[341] Fix | Delete
defineBuiltIn(TypedArrayConstructor, KEY, property);
[342] Fix | Delete
}
[343] Fix | Delete
}
[344] Fix | Delete
};
[345] Fix | Delete
[346] Fix | Delete
for (NAME in TypedArrayConstructorsList) {
[347] Fix | Delete
Constructor = global[NAME];
[348] Fix | Delete
Prototype = Constructor && Constructor.prototype;
[349] Fix | Delete
if (Prototype) enforceInternalState(Prototype)[TYPED_ARRAY_CONSTRUCTOR] = Constructor;
[350] Fix | Delete
else NATIVE_ARRAY_BUFFER_VIEWS = false;
[351] Fix | Delete
}
[352] Fix | Delete
[353] Fix | Delete
for (NAME in BigIntArrayConstructorsList) {
[354] Fix | Delete
Constructor = global[NAME];
[355] Fix | Delete
Prototype = Constructor && Constructor.prototype;
[356] Fix | Delete
if (Prototype) enforceInternalState(Prototype)[TYPED_ARRAY_CONSTRUCTOR] = Constructor;
[357] Fix | Delete
}
[358] Fix | Delete
[359] Fix | Delete
// WebKit bug - typed arrays constructors prototype is Object.prototype
[360] Fix | Delete
if (!NATIVE_ARRAY_BUFFER_VIEWS || !isCallable(TypedArray) || TypedArray === Function.prototype) {
[361] Fix | Delete
// eslint-disable-next-line no-shadow -- safe
[362] Fix | Delete
TypedArray = function TypedArray() {
[363] Fix | Delete
throw new TypeError('Incorrect invocation');
[364] Fix | Delete
};
[365] Fix | Delete
if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) {
[366] Fix | Delete
if (global[NAME]) setPrototypeOf(global[NAME], TypedArray);
[367] Fix | Delete
}
[368] Fix | Delete
}
[369] Fix | Delete
[370] Fix | Delete
if (!NATIVE_ARRAY_BUFFER_VIEWS || !TypedArrayPrototype || TypedArrayPrototype === ObjectPrototype) {
[371] Fix | Delete
TypedArrayPrototype = TypedArray.prototype;
[372] Fix | Delete
if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) {
[373] Fix | Delete
if (global[NAME]) setPrototypeOf(global[NAME].prototype, TypedArrayPrototype);
[374] Fix | Delete
}
[375] Fix | Delete
}
[376] Fix | Delete
[377] Fix | Delete
// WebKit bug - one more object in Uint8ClampedArray prototype chain
[378] Fix | Delete
if (NATIVE_ARRAY_BUFFER_VIEWS && getPrototypeOf(Uint8ClampedArrayPrototype) !== TypedArrayPrototype) {
[379] Fix | Delete
setPrototypeOf(Uint8ClampedArrayPrototype, TypedArrayPrototype);
[380] Fix | Delete
}
[381] Fix | Delete
[382] Fix | Delete
if (DESCRIPTORS && !hasOwn(TypedArrayPrototype, TO_STRING_TAG)) {
[383] Fix | Delete
TYPED_ARRAY_TAG_REQUIRED = true;
[384] Fix | Delete
defineBuiltInAccessor(TypedArrayPrototype, TO_STRING_TAG, {
[385] Fix | Delete
configurable: true,
[386] Fix | Delete
get: function () {
[387] Fix | Delete
return isObject(this) ? this[TYPED_ARRAY_TAG] : undefined;
[388] Fix | Delete
}
[389] Fix | Delete
});
[390] Fix | Delete
for (NAME in TypedArrayConstructorsList) if (global[NAME]) {
[391] Fix | Delete
createNonEnumerableProperty(global[NAME], TYPED_ARRAY_TAG, NAME);
[392] Fix | Delete
}
[393] Fix | Delete
}
[394] Fix | Delete
[395] Fix | Delete
module.exports = {
[396] Fix | Delete
NATIVE_ARRAY_BUFFER_VIEWS: NATIVE_ARRAY_BUFFER_VIEWS,
[397] Fix | Delete
TYPED_ARRAY_TAG: TYPED_ARRAY_TAG_REQUIRED && TYPED_ARRAY_TAG,
[398] Fix | Delete
aTypedArray: aTypedArray,
[399] Fix | Delete
aTypedArrayConstructor: aTypedArrayConstructor,
[400] Fix | Delete
exportTypedArrayMethod: exportTypedArrayMethod,
[401] Fix | Delete
exportTypedArrayStaticMethod: exportTypedArrayStaticMethod,
[402] Fix | Delete
getTypedArrayConstructor: getTypedArrayConstructor,
[403] Fix | Delete
isView: isView,
[404] Fix | Delete
isTypedArray: isTypedArray,
[405] Fix | Delete
TypedArray: TypedArray,
[406] Fix | Delete
TypedArrayPrototype: TypedArrayPrototype
[407] Fix | Delete
};
[408] Fix | Delete
[409] Fix | Delete
[410] Fix | Delete
/***/ }),
[411] Fix | Delete
[412] Fix | Delete
/***/ 5370:
[413] Fix | Delete
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
[414] Fix | Delete
[415] Fix | Delete
[416] Fix | Delete
var lengthOfArrayLike = __webpack_require__(6198);
[417] Fix | Delete
[418] Fix | Delete
module.exports = function (Constructor, list, $length) {
[419] Fix | Delete
var index = 0;
[420] Fix | Delete
var length = arguments.length > 2 ? $length : lengthOfArrayLike(list);
[421] Fix | Delete
var result = new Constructor(length);
[422] Fix | Delete
while (length > index) result[index] = list[index++];
[423] Fix | Delete
return result;
[424] Fix | Delete
};
[425] Fix | Delete
[426] Fix | Delete
[427] Fix | Delete
/***/ }),
[428] Fix | Delete
[429] Fix | Delete
/***/ 9617:
[430] Fix | Delete
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
[431] Fix | Delete
[432] Fix | Delete
[433] Fix | Delete
var toIndexedObject = __webpack_require__(5397);
[434] Fix | Delete
var toAbsoluteIndex = __webpack_require__(5610);
[435] Fix | Delete
var lengthOfArrayLike = __webpack_require__(6198);
[436] Fix | Delete
[437] Fix | Delete
// `Array.prototype.{ indexOf, includes }` methods implementation
[438] Fix | Delete
var createMethod = function (IS_INCLUDES) {
[439] Fix | Delete
return function ($this, el, fromIndex) {
[440] Fix | Delete
var O = toIndexedObject($this);
[441] Fix | Delete
var length = lengthOfArrayLike(O);
[442] Fix | Delete
if (length === 0) return !IS_INCLUDES && -1;
[443] Fix | Delete
var index = toAbsoluteIndex(fromIndex, length);
[444] Fix | Delete
var value;
[445] Fix | Delete
// Array#includes uses SameValueZero equality algorithm
[446] Fix | Delete
// eslint-disable-next-line no-self-compare -- NaN check
[447] Fix | Delete
if (IS_INCLUDES && el !== el) while (length > index) {
[448] Fix | Delete
value = O[index++];
[449] Fix | Delete
// eslint-disable-next-line no-self-compare -- NaN check
[450] Fix | Delete
if (value !== value) return true;
[451] Fix | Delete
// Array#indexOf ignores holes, Array#includes - not
[452] Fix | Delete
} else for (;length > index; index++) {
[453] Fix | Delete
if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
[454] Fix | Delete
} return !IS_INCLUDES && -1;
[455] Fix | Delete
};
[456] Fix | Delete
};
[457] Fix | Delete
[458] Fix | Delete
module.exports = {
[459] Fix | Delete
// `Array.prototype.includes` method
[460] Fix | Delete
// https://tc39.es/ecma262/#sec-array.prototype.includes
[461] Fix | Delete
includes: createMethod(true),
[462] Fix | Delete
// `Array.prototype.indexOf` method
[463] Fix | Delete
// https://tc39.es/ecma262/#sec-array.prototype.indexof
[464] Fix | Delete
indexOf: createMethod(false)
[465] Fix | Delete
};
[466] Fix | Delete
[467] Fix | Delete
[468] Fix | Delete
/***/ }),
[469] Fix | Delete
[470] Fix | Delete
/***/ 4527:
[471] Fix | Delete
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
[472] Fix | Delete
[473] Fix | Delete
[474] Fix | Delete
var DESCRIPTORS = __webpack_require__(3724);
[475] Fix | Delete
var isArray = __webpack_require__(4376);
[476] Fix | Delete
[477] Fix | Delete
var $TypeError = TypeError;
[478] Fix | Delete
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
[479] Fix | Delete
var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
[480] Fix | Delete
[481] Fix | Delete
// Safari < 13 does not throw an error in this case
[482] Fix | Delete
var SILENT_ON_NON_WRITABLE_LENGTH_SET = DESCRIPTORS && !function () {
[483] Fix | Delete
// makes no sense without proper strict mode support
[484] Fix | Delete
if (this !== undefined) return true;
[485] Fix | Delete
try {
[486] Fix | Delete
// eslint-disable-next-line es/no-object-defineproperty -- safe
[487] Fix | Delete
Object.defineProperty([], 'length', { writable: false }).length = 1;
[488] Fix | Delete
} catch (error) {
[489] Fix | Delete
return error instanceof TypeError;
[490] Fix | Delete
}
[491] Fix | Delete
}();
[492] Fix | Delete
[493] Fix | Delete
module.exports = SILENT_ON_NON_WRITABLE_LENGTH_SET ? function (O, length) {
[494] Fix | Delete
if (isArray(O) && !getOwnPropertyDescriptor(O, 'length').writable) {
[495] Fix | Delete
throw new $TypeError('Cannot set read only .length');
[496] Fix | Delete
} return O.length = length;
[497] Fix | Delete
} : function (O, length) {
[498] Fix | Delete
return O.length = length;
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function