GoogleChromeLabs / GoogleChromeLabs/native-url

.format mismatch with URL

Open
#31 0 comments 0 reactions 1 assignee Claimed by @janicklas-ralph View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.