Skip to content

Conversation

@calvinmetcalf
Copy link
Contributor

we got an but about readable stream breaking some really old environments due to object keys being present in this lib, nodejs/readable-stream#293

index.js Outdated
for (var prop in buffer) {
exports[prop] = buffer[prop]
})
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you might want to add a comment why it's not using Object.keys.

@calvinmetcalf
Copy link
Contributor Author

ok added a comment

@feross
Copy link
Owner

feross commented Jun 21, 2017

Thanks for fixing this. I hate supporting old things... 🔥

@feross
Copy link
Owner

feross commented Jun 21, 2017

5.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants