Skip to content

.format mismatch with URL #31

@Janpot

Description

@Janpot

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions