[whatwg/url] internal class (or type) "URL" (#191)

```js
Object.prototype.toString.call( new URL("http://domain.com/") )
//-> [object URL]
```

Related: https://github.com/nodejs/node/issues/10554

-- 
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/191

Received on Saturday, 31 December 2016 10:01:48 UTC