- From: Cyril Auburtin <notifications@github.com>
- Date: Thu, 28 Jun 2018 03:03:02 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 28 June 2018 10:03:28 UTC
Ok, separate, but still in whatwg/url or not?
Let's close so
nodejs's `url.parse` is not throwing, but not giving the 'expected' result as well
```js
Url {
protocol: 'https:',
slashes: true,
auth: 'foo',
host: 'server1.foo.ai:7998',
port: '7998',
hostname: 'server1.foo.ai',
hash: null,
search:
'?authMechanism=X509&replicaSet=rs0&ssl=true&sslValidate=true',
pathname: '/:7998,server2.foo.ai:7998,server3.foo.ai/data',
path:
'/:7998,server2.foo.ai:7998,server3.foo.ai/data?authMechanism=X509&replicaSet=rs0&ssl=true&sslValidate=true' }
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/398#issuecomment-400982986
Received on Thursday, 28 June 2018 10:03:28 UTC