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

fix: stop running into null pathname errors #9036

Closed

Commits on Jul 11, 2022

  1. fix: stop running into null pathname errors

    replace url.parse (deprecated) with new URL
    codepunkt committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b001dc4 View commit details
    Browse the repository at this point in the history
  2. fix: use the return value of new URL

    The previous commit used wrong properties.
    codepunkt committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    338daa9 View commit details
    Browse the repository at this point in the history
  3. Fix: use relative base

    codepunkt committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    a56744b View commit details
    Browse the repository at this point in the history