node-XMLHttpRequest icon indicating copy to clipboard operation
node-XMLHttpRequest copied to clipboard

Unescape pathname from url when loading from local filesystem

Open mrcarlberg opened this issue 9 years ago • 1 comments

When a path contains a space it will be escaped to ’%20’ when converted to a url. When loading from local filesystem it has to be converted back to a space to get the correct path.

mrcarlberg avatar Apr 02 '16 10:04 mrcarlberg

checkout https://www.npmjs.com/package/xmlhttprequest-ts - i added your pull request

hmoog avatar Jun 13 '18 15:06 hmoog