Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove object keys, because we can't have nice things #15

Merged
merged 2 commits into from
Jun 21, 2017

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
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