node-XMLHttpRequest
node-XMLHttpRequest copied to clipboard
Unescape pathname from url when loading from local filesystem
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.
checkout https://www.npmjs.com/package/xmlhttprequest-ts - i added your pull request