|
|
@ -873,7 +873,7 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
stream.push(null); |
|
|
|
stream.push(null); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
config.step = bindFunction(this._onCsvData, this); |
|
|
|
config.step = bindFunction(this._onCsvData, this); |
|
|
|
config.complete = bindFunction(this._onCsvComplete, this); |
|
|
|
config.complete = bindFunction(this._onCsvComplete, this); |
|
|
|
ChunkStreamer.call(this, config); |
|
|
|
ChunkStreamer.call(this, config); |
|
|
|