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

worker_threads: allow URL in Worker constructor #31664

Closed

Commits on Mar 11, 2020

  1. worker_threads: allow URL in Worker constructor

    The explicit goal is to let users use `import.meta.url` to re-load thecurrent module inside a Worker instance.
    
    Fixes: nodejs#30780
    aduh95 committed Mar 11, 2020
    Copy the full SHA
    1bde459 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Fix Windows test

    aduh95 committed Mar 12, 2020
    Copy the full SHA
    2136305 View commit details
    Browse the repository at this point in the history