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

Add type option to Worker constructor #31760

Closed

Commits on May 29, 2020

  1. process: change evalModule signature

    evalModule now returns a Promise to let implementors handle errors.
    Introduces a new evalModuleOrCrash function that implement the crashing
    behaviour.
    aduh95 committed May 29, 2020
    Configuration menu
    Copy the full SHA
    108a1ab View commit details
    Browse the repository at this point in the history
  2. worker_threads: add type option to new Worker()

    Allows eval of ESM string.
    
    Fixes: nodejs#30682
    aduh95 committed May 29, 2020
    Configuration menu
    Copy the full SHA
    4ed31e6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

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