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

v8: replace Buffer with FastBuffer in deserialize #21196

Closed
wants to merge 4 commits into from

Commits on Jun 7, 2018

  1. v8: replace Buffer with FastBuffer in deserialize

    Replace the Buffer constructor with a FastBuffer in v8.deserialize in
    order to avoid calling the Buffer constructor and thus triggering a
    deprecation warning from code inside the core.
    
    Fixes: nodejs#21181
    ryzokuken committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    b072d74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84414b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Configuration menu
    Copy the full SHA
    c98b7b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Configuration menu
    Copy the full SHA
    7e39fd1 View commit details
    Browse the repository at this point in the history