kriskowal / url2

Augments Node.js’s URL library
MIT License
6 stars 6 forks source link

.relative breaks for root paths with subdirectories #3

Closed Stuk closed 10 years ago

Stuk commented 10 years ago
URL.relative("file:///", "file:///test.js")
// "test.js"
URL.relative("file:///", "file:///sub/test.js")
// "/sub/test.js"
Stuk commented 10 years ago

Fixed