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

zlib: fix inheritance of DeflateRaw without classes #13370

Closed
wants to merge 1 commit into from

Commits on Jun 1, 2017

  1. zlib: fix inheritance of DeflateRaw without class

    Fixes internal/util createClassWrapper to support inheritance
    without using classes. The constructor now needs to be defined
    using a Symbol.
    
    Fixes: nodejs#13358
    mcollina committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    fbfe686 View commit details
    Browse the repository at this point in the history