Re: [whatwg/url] toJSON() serialization (#137)

@annevk when serializing the `URL` indirectly, as part of another object:
```js
JSON.stringify({ key: new URL("http://domain/") });
```

-- 
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/137#issuecomment-254806926

Received on Wednesday, 19 October 2016 13:08:21 UTC