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

[v12.x backport] module: improve support of data: URLs #37859

Merged
merged 2 commits into from
Mar 29, 2021

Commits on Mar 29, 2021

  1. lib: add URI handling functions to primordials

    PR-URL: nodejs#37394
    Backport-PR-URL: nodejs#37859
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    aduh95 authored and richardlau committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    2da24ac View commit details
    Browse the repository at this point in the history
  2. module: improve support of data: URLs

    Add support for loading modules using percent-encoded URLs.
    
    PR-URL: nodejs#37392
    Backport-PR-URL: nodejs#37859
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Jan Krems <jan.krems@gmail.com>
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    aduh95 authored and richardlau committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    7b0ed4b View commit details
    Browse the repository at this point in the history