GoogleChromeLabs / native-url

Node's url module implemented using the built-in URL API.
https://npm.im/native-url
Apache License 2.0
284 stars 11 forks source link

Adding Url class. Parsed object is now an instanceof Url #22

Closed janicklas-ralph closed 4 years ago

janicklas-ralph commented 4 years ago

Fixes #21

janicklas-ralph commented 4 years ago

does the native url.parse() only preserve objects if they are instances of Url?

Yes. Must be an instance on Url, else it throws an error