You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTL/frontend/polyfills.251f7d1d1d52e451.js

1 line
56 KiB
JavaScript

(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[429],{5321:(De,de,J)=>{window.global=window,window.global.Buffer=window.global.Buffer||J(9007).Buffer},9919:(De,de)=>{"use strict";de.byteLength=function f(I){var M=L(I),Te=M[1];return 3*(M[0]+Te)/4-Te},de.toByteArray=function we(I){var M,ne,D=L(I),Te=D[0],ye=D[1],he=new ve(function oe(I,M,D){return 3*(M+D)/4-D}(0,Te,ye)),ge=0,Le=ye>0?Te-4:Te;for(ne=0;ne<Le;ne+=4)M=O[I.charCodeAt(ne)]<<18|O[I.charCodeAt(ne+1)]<<12|O[I.charCodeAt(ne+2)]<<6|O[I.charCodeAt(ne+3)],he[ge++]=M>>16&255,he[ge++]=M>>8&255,he[ge++]=255&M;return 2===ye&&(M=O[I.charCodeAt(ne)]<<2|O[I.charCodeAt(ne+1)]>>4,he[ge++]=255&M),1===ye&&(M=O[I.charCodeAt(ne)]<<10|O[I.charCodeAt(ne+1)]<<4|O[I.charCodeAt(ne+2)]>>2,he[ge++]=M>>8&255,he[ge++]=255&M),he},de.fromByteArray=function U(I){for(var M,D=I.length,Te=D%3,ye=[],ge=0,Le=D-Te;ge<Le;ge+=16383)ye.push(ce(I,ge,ge+16383>Le?Le:ge+16383));return 1===Te?ye.push(J[(M=I[D-1])>>2]+J[M<<4&63]+"=="):2===Te&&ye.push(J[(M=(I[D-2]<<8)+I[D-1])>>10]+J[M>>4&63]+J[M<<2&63]+"="),ye.join("")};for(var J=[],O=[],ve=typeof Uint8Array<"u"?Uint8Array:Array,me="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Q=0;Q<64;++Q)J[Q]=me[Q],O[me.charCodeAt(Q)]=Q;function L(I){var M=I.length;if(M%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var D=I.indexOf("=");return-1===D&&(D=M),[D,D===M?0:4-D%4]}function ae(I){return J[I>>18&63]+J[I>>12&63]+J[I>>6&63]+J[63&I]}function ce(I,M,D){for(var ye=[],he=M;he<D;he+=3)ye.push(ae((I[he]<<16&16711680)+(I[he+1]<<8&65280)+(255&I[he+2])));return ye.join("")}O["-".charCodeAt(0)]=62,O["_".charCodeAt(0)]=63},9007:(De,de,J)=>{"use strict";var O=J(9919),ve=J(2601),me="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;de.Buffer=f,de.SlowBuffer=function he(n){return+n!=n&&(n=0),f.alloc(+n)},de.INSPECT_MAX_BYTES=50;var Q=2147483647;function L(n){if(n>Q)throw new RangeError('The value "'+n+'" is invalid for option "size"');var e=new Uint8Array(n);return Object.setPrototypeOf(e,f.prototype),e}function f(n,e,t){if("number"==typeof n){if("string"==typeof e)throw new TypeError('The "string" argument must be of type string. Received type number');return ce(n)}return oe(n,e,t)}function oe(n,e,t){if("string"==typeof n)return function U(n,e){if(("string"!=typeof e||""===e)&&(e="utf8"),!f.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var t=0|ge(n,e),i=L(t),a=i.write(n,e);return a!==t&&(i=i.slice(0,a)),i}(n,e);if(ArrayBuffer.isView(n))return function M(n){if(Fe(n,Uint8Array)){var e=new Uint8Array(n);return D(e.buffer,e.byteOffset,e.byteLength)}return I(n)}(n);if(null==n)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n);if(Fe(n,ArrayBuffer)||n&&Fe(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Fe(n,SharedArrayBuffer)||n&&Fe(n.buffer,SharedArrayBuffer)))return D(n,e,t);if("number"==typeof n)throw new TypeError('The "value" argument must not be of type number. Received type number');var i=n.valueOf&&n.valueOf();if(null!=i&&i!==n)return f.from(i,e,t);var a=function Te(n){if(f.isBuffer(n)){var e=0|ye(n.length),t=L(e);return 0===t.length||n.copy(t,0,0,e),t}return void 0!==n.length?"number"!=typeof n.length||Ge(n.length)?L(0):I(n):"Buffer"===n.type&&Array.isArray(n.data)?I(n.data):void 0}(n);if(a)return a;if(typeof Symbol<"u"&&null!=Symbol.toPrimitive&&"function"==typeof n[Symbol.toPrimitive])return f.from(n[Symbol.toPrimitive]("string"),e,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}function we(n){if("number"!=typeof n)throw new TypeError('"size" argument must be of type number');if(n<0)throw new RangeError('The value "'+n+'" is invalid for option "size"')}function ce(n){return we(n),L(n<0?0:0|ye(n))}function I(n){for(var e=n.length<0?0:0|ye(n.length),t=L(e),i=0;i<e;i+=1)t[i]=255&n[i];return t}function D(n,e,t){if(e<0||n.byteLength<e)throw new RangeError('"offset" is