Skip to content

9.0.1

Choose a tag to compare

@IonicaBizau IonicaBizau released this 28 May 21:22
· 123 commits to master since this release

Fix the name property parsing /cc #77

Fix #75

When the path is relative the urlInfo.pathname does not start with / so substring(1) removed the first character. The fix is to remove the first character only if it is a /.

Thanks, @pvdlg! 🍰