- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 01 Jun 2017 11:21:36 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 1 June 2017 18:22:08 UTC
_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