- From: James M Snell <notifications@github.com>
- Date: Mon, 16 Jan 2017 14:30:42 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 16 January 2017 22:31:15 UTC
For instance,
```js
> var m = new url.URL('file:///c%3a/%2e/a/%2e%2e/b')
undefined
> m
URL {
  href: file:///c%3a/b
  protocol: file:
  pathname: /c%3a/b
}
```
-- 
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/210#issuecomment-272976783
Received on Monday, 16 January 2017 22:31:15 UTC