Re: [whatwg/url] "shorten a url's path" does not return a value (#316)

_path_ is _url_'s path. It's not a copy, it's just an alias, like any other variable declaration.

It's equivalent to

```js
var path = url.path;
```

-- 
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/316#issuecomment-305577576

Received on Thursday, 1 June 2017 18:22:08 UTC