ensure internal streams have same constructor as public streams
This commit is contained in:
parent
678e4912c7
commit
f201ea73ff
7 changed files with 39 additions and 33 deletions
|
|
@ -3,8 +3,7 @@
|
|||
var buildQueryString = require("../querystring/build")
|
||||
var StreamFactory = require("../util/stream")
|
||||
|
||||
module.exports = function($window, log) {
|
||||
var Stream = StreamFactory(log)
|
||||
module.exports = function($window, Stream) {
|
||||
var callbackCount = 0
|
||||
|
||||
var oncompletion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue