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.c0773154203456c6.js

1 line
60 KiB
JavaScript

(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[429],{7435:(qe,me,K)=>{"use strict";K(8583),window.global=window,window.global.Buffer=window.global.Buffer||K(3172).Buffer},5343:(qe,me)=>{"use strict";me.byteLength=function l(g){var Z=L(g),j=Z[1];return 3*(Z[0]+j)/4-j},me.toByteArray=function Ee(g){var Z,fe,q=L(g),j=q[0],Ie=q[1],_e=new Ce(function ue(g,Z,q){return 3*(Z+q)/4-q}(0,j,Ie)),ve=0,je=Ie>0?j-4:j;for(fe=0;fe<je;fe+=4)Z=N[g.charCodeAt(fe)]<<18|N[g.charCodeAt(fe+1)]<<12|N[g.charCodeAt(fe+2)]<<6|N[g.charCodeAt(fe+3)],_e[ve++]=Z>>16&255,_e[ve++]=Z>>8&255,_e[ve++]=255&Z;return 2===Ie&&(Z=N[g.charCodeAt(fe)]<<2|N[g.charCodeAt(fe+1)]>>4,_e[ve++]=255&Z),1===Ie&&(Z=N[g.charCodeAt(fe)]<<10|N[g.charCodeAt(fe+1)]<<4|N[g.charCodeAt(fe+2)]>>2,_e[ve++]=Z>>8&255,_e[ve++]=255&Z),_e},me.fromByteArray=function Pe(g){for(var Z,q=g.length,j=q%3,Ie=[],ve=0,je=q-j;ve<je;ve+=16383)Ie.push(le(g,ve,ve+16383>je?je:ve+16383));return 1===j?Ie.push(K[(Z=g[q-1])>>2]+K[Z<<4&63]+"=="):2===j&&Ie.push(K[(Z=(g[q-2]<<8)+g[q-1])>>10]+K[Z>>4&63]+K[Z<<2&63]+"="),Ie.join("")};for(var K=[],N=[],Ce="undefined"!=typeof Uint8Array?Uint8Array:Array,Ae="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ie=0,ye=Ae.length;ie<ye;++ie)K[ie]=Ae[ie],N[Ae.charCodeAt(ie)]=ie;function L(g){var Z=g.length;if(Z%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var q=g.indexOf("=");return-1===q&&(q=Z),[q,q===Z?0:4-q%4]}function ce(g){return K[g>>18&63]+K[g>>12&63]+K[g>>6&63]+K[63&g]}function le(g,Z,q){for(var Ie=[],_e=Z;_e<q;_e+=3)Ie.push(ce((g[_e]<<16&16711680)+(g[_e+1]<<8&65280)+(255&g[_e+2])));return Ie.join("")}N["-".charCodeAt(0)]=62,N["_".charCodeAt(0)]=63},3172:(qe,me,K)=>{"use strict";var N=K(5343),Ce=K(8461),Ae="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;me.Buffer=l,me.SlowBuffer=function _e(r){return+r!=r&&(r=0),l.alloc(+r)},me.INSPECT_MAX_BYTES=50;var ie=2147483647;function L(r){if(r>ie)throw new RangeError('The value "'+r+'" is invalid for option "size"');var e=new Uint8Array(r);return Object.setPrototypeOf(e,l.prototype),e}function l(r,e,t){if("number"==typeof r){if("string"==typeof e)throw new TypeError('The "string" argument must be of type string. Received type number');return le(r)}return ue(r,e,t)}function ue(r,e,t){if("string"==typeof r)return function Pe(r,e){if(("string"!=typeof e||""===e)&&(e="utf8"),!l.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var t=0|ve(r,e),n=L(t),s=n.write(r,e);return s!==t&&(n=n.slice(0,s)),n}(r,e);if(ArrayBuffer.isView(r))return function Z(r){if(Le(r,Uint8Array)){var e=new Uint8Array(r);return q(e.buffer,e.byteOffset,e.byteLength)}return g(r)}(r);if(null==r)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r);if(Le(r,ArrayBuffer)||r&&Le(r.buffer,ArrayBuffer)||"undefined"!=typeof SharedArrayBuffer&&(Le(r,SharedArrayBuffer)||r&&Le(r.buffer,SharedArrayBuffer)))return q(r,e,t);if("number"==typeof r)throw new TypeError('The "value" argument must not be of type number. Received type number');var n=r.valueOf&&r.valueOf();if(null!=n&&n!==r)return l.from(n,e,t);var s=function j(r){if(l.isBuffer(r)){var e=0|Ie(r.length),t=L(e);return 0===t.length||r.copy(t,0,0,e),t}return void 0!==r.length?"number"!=typeof r.length||at(r.length)?L(0):g(r):"Buffer"===r.type&&Array.isArray(r.data)?g(r.data):void 0}(r);if(s)return s;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof r[Symbol.toPrimitive])return l.from(r[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 r)}function Ee(r){if("number"!=typeof r)throw new TypeError('"size" argument must be of type number');if(r<0)throw new RangeError('The value "'+r+'" is invalid for option "size"')}function le(r){return Ee(r),L(r<0?0:0|Ie(r))}function g(r){for(var e=r.length<0?0:0|Ie(r.length),t=L(e),n=0;n<e;n+=1)t[n]=255&r[n];return t}function q(r,e