|
|
@ -521,6 +521,10 @@ |
|
|
|
|
|
|
|
|
|
|
|
xhr = new XMLHttpRequest(); |
|
|
|
xhr = new XMLHttpRequest(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (this._config.withCredentials) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
xhr.withCredentials = this._config.withCredentials; |
|
|
|
|
|
|
|
} |
|
|
|
if (!IS_WORKER) |
|
|
|
if (!IS_WORKER) |
|
|
|
{ |
|
|
|
{ |
|
|
|
xhr.onload = bindFunction(this._chunkLoaded, this); |
|
|
|
xhr.onload = bindFunction(this._chunkLoaded, this); |
|
|
|