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

Unescape pathname from url when loading from local filesystem #8

Commits on Apr 21, 2021

  1. Unescape pathname from url when loading from local filesystem

    When a path contains a space it will be escaped to ’%20’. When loading from local filesystem it has to be converted back to a space to get the correct path.
    Martin Carlberg authored and mrcarlberg committed Apr 21, 2021
    Copy the full SHA
    6a0a91d View commit details
    Browse the repository at this point in the history