GoogleChromeLabs / GoogleChromeLabs/native-url
.format mismatch with URL
Open
- Dominant language
- JavaScript
- Stars
- 286
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
## Expected Behavior
```js
require('url').format(new URL('http://hello/world#'))
// "http://hello/world#"
```
## Actual Behavior
```js
require('native-url').format(new URL('http://hello/world#'))
// "http://hello/world"
```
## Specifications
- Version: 0.3.4
- Platform: node.js
Contributor guide
Assessment
This issue has not been assessed yet.