You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
51 KiB

(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{134:function(t,e,n){"use strict";var a="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Int32Array;function i(t,e){return Object.prototype.hasOwnProperty.call(t,e)}e.assign=function(t){for(var e=Array.prototype.slice.call(arguments,1);e.length;){var n=e.shift();if(n){if("object"!=typeof n)throw new TypeError(n+"must be non-object");for(var a in n)i(n,a)&&(t[a]=n[a])}}return t},e.shrinkBuf=function(t,e){return t.length===e?t:t.subarray?t.subarray(0,e):(t.length=e,t)};var r={arraySet:function(t,e,n,a,i){if(e.subarray&&t.subarray)t.set(e.subarray(n,n+a),i);else for(var r=0;r<a;r++)t[i+r]=e[n+r]},flattenChunks:function(t){var e,n,a,i,r,s;for(a=0,e=0,n=t.length;e<n;e++)a+=t[e].length;for(s=new Uint8Array(a),i=0,e=0,n=t.length;e<n;e++)r=t[e],s.set(r,i),i+=r.length;return s}},s={arraySet:function(t,e,n,a,i){for(var r=0;r<a;r++)t[i+r]=e[n+r]},flattenChunks:function(t){return[].concat.apply([],t)}};e.setTyped=function(t){t?(e.Buf8=Uint8Array,e.Buf16=Uint16Array,e.Buf32=Int32Array,e.assign(e,r)):(e.Buf8=Array,e.Buf16=Array,e.Buf32=Array,e.assign(e,s))},e.setTyped(a)},325:function(t,e,n){"use strict";t.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},486:function(t,e,n){"use strict";function a(t,e,n){return e<=t&&t<=n}function i(t){if(void 0===t)return{};if(t===Object(t))return t;throw TypeError("Could not convert argument to dictionary")}n.r(e),n.d(e,"TextEncoder",function(){return f}),n.d(e,"TextDecoder",function(){return d});var r=-1;function s(t){this.tokens=[].slice.call(t)}s.prototype={endOfStream:function(){return!this.tokens.length},read:function(){return this.tokens.length?this.tokens.shift():r},prepend:function(t){if(Array.isArray(t))for(var e=t;e.length;)this.tokens.unshift(e.pop());else this.tokens.unshift(t)},push:function(t){if(Array.isArray(t))for(var e=t;e.length;)this.tokens.push(e.shift());else this.tokens.push(t)}};var o=-1;function h(t,e){if(t)throw TypeError("Decoder error");return e||65533}var l="utf-8";function d(t,e){if(!(this instanceof d))return new d(t,e);if((t=void 0!==t?String(t).toLowerCase():l)!==l)throw new Error("Encoding not supported. Only utf-8 is supported");e=i(e),this._streaming=!1,this._BOMseen=!1,this._decoder=null,this._fatal=Boolean(e.fatal),this._ignoreBOM=Boolean(e.ignoreBOM),Object.defineProperty(this,"encoding",{value:"utf-8"}),Object.defineProperty(this,"fatal",{value:this._fatal}),Object.defineProperty(this,"ignoreBOM",{value:this._ignoreBOM})}function f(t,e){if(!(this instanceof f))return new f(t,e);if((t=void 0!==t?String(t).toLowerCase():l)!==l)throw new Error("Encoding not supported. Only utf-8 is supported");e=i(e),this._streaming=!1,this._encoder=null,this._options={fatal:Boolean(e.fatal)},Object.defineProperty(this,"encoding",{value:"utf-8"})}d.prototype={decode:function(t,e){var n;n="object"==typeof t&&t instanceof ArrayBuffer?new Uint8Array(t):"object"==typeof t&&"buffer"in t&&t.buffer instanceof ArrayBuffer?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):new Uint8Array(0),e=i(e),this._streaming||(this._decoder=new function(t){var e=t.fatal,n=0,i=0,s=0,l=128,d=191;this.handler=function(t,f){if(f===r&&0!==s)return s=0,h(e);if(f===r)return o;if(0===s){if(a(f,0,127))return f;if(a(f,194,223))s=1,n=f-192;else if(a(f,224,239))224===f&&(l=160),237===f&&(d=159),s=2,n=f-224;else{if(!a(f,240,244))return h(e);240===f&&(l=144),244===f&&(d=143),s=3,n=f-240}return n<<=6*s,null}if(!a(f,l,d))return n=s=i=0,l=128,d=191,t.prepend(f),h(e);if(l=128,d=191,n+=f-128<<6*(s-(i+=1)),i!==s)return null;var u=n;return n=s=i=0,u}}({fatal:this._fatal}),this._BOMseen=!1),this._streaming=Boolean(e.stream);for(var l,d=new s(n),f=[];!d.endOfStream()&&(l=this._decoder.handler(d,d.read()))!==o;)null!==l&&(Array.isArray(l)?f.push.apply(f,l):f.push(l));if(!this._streaming){do{if((l=this._decoder.handler(d,d.read()))===o)break;null!==l&&(Array.isArray(l)?f.push.apply(f,l):f.push(l))}while
//# sourceMappingURL=3.js.map