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
|
|
@ -1 +1,2 @@
|
|||
module.exports = require("./request/request")(window, console.error.bind(console))
|
||||
var Stream = require("./stream")
|
||||
module.exports = require("./request/request")(window, Stream)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue