native-url icon indicating copy to clipboard operation
native-url copied to clipboard

.format mismatch with URL

Open Janpot opened this issue 4 years ago • 0 comments

Expected Behavior

require('url').format(new URL('http://hello/world#'))
// "http://hello/world#"

Actual Behavior

require('native-url').format(new URL('http://hello/world#'))
// "http://hello/world"

Specifications

  • Version: 0.3.4
  • Platform: node.js

Janpot avatar Jul 03 '20 10:07 Janpot