Files
DefinitelyTyped/types/node
Peter Burns 0da3fd26fe node: pause() and resume() return this
Readable streams and streamlike interfaces in node have pause() and resume() methods. They're defined to return `this` in the documentation: https://nodejs.org/api/stream.html#stream_readable_pause

This is relevant when someone extends a stream, as the pause and resume methods on a subtype should return the subtype, not the super type.
2017-05-12 13:30:38 -07:00
..
2017-05-12 13:30:38 -07:00