-
-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Description
Is it supposed to be like this?
sortQueryParameters: true
normalizeUrl('http://sindresorhus.com/?url=http://example.com', {
sortQueryParameters: true
});
//=> 'http://sindresorhus.com/?url=http%3A%2F%2Fexample.com'
sortQueryParameters: false
normalizeUrl('http://sindresorhus.com/?url=http://example.com', {
sortQueryParameters: false
});
//=> 'http://sindresorhus.com/?url=http://example.com'
Metadata
Metadata
Assignees
Labels
No labels