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

lib: do not crash using workers with disabled shared array buffers #41023

Merged

Commits on Feb 17, 2023

  1. lib: do not crash using workers with disabled shared array buffers

    This allows the repl to function normally while using the
    `--no-harmony-sharedarraybuffer` V8 flag.
    It also fixes using workers while using the
    `--no-harmony-atomics` V8 flag.
    
    Fixes: nodejs#39717
    
    Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
    
    Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
    BridgeAR and codebytere committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ed3865f View commit details
    Browse the repository at this point in the history