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

Update serializer.js #254

Closed
wants to merge 1 commit into from
Closed

Update serializer.js #254

wants to merge 1 commit into from

Conversation

AramilRey
Copy link

Keep compatibility with older node.js versions

Keep compatibility with older node.js versions
AramilRey referenced this pull request Jun 7, 2018
A non-default option for serialization allows for the automatically
stringifying javascript functions. Function.prototype.toString has
changed between versions of node, so we need to normalize so as to
not potentially break compatibility with earlier expectations. This
should have marginal performance effects only in the case where
users are actually using this functionality.

NODE-1499
@mbroadst
Copy link
Member

mbroadst commented Nov 5, 2018

Support for legacy versions of node is provided through our dist bundles.

@mbroadst mbroadst closed this Nov 5, 2018
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.

2 participants