Skip to content

Conversation

@watson
Copy link
Contributor

@watson watson commented Dec 5, 2018

The url.URL object was added in Node.js v6.13.0. If you tried to perform a foo instanceof url.URL on earlier versions, the code would throw the following exception:

TypeError: Expecting a function in instanceof check, but got undefined

This is a prerequisite for #705 but might also solve #710 - We'll see when it's merged into master.

The `url.URL` object was added in Node.js v6.13.0. If you tried to
perform a `foo instanceof url.URL` on earlier versions, the code would
throw the following exception:

TypeError: Expecting a function in instanceof check, but got undefined
@watson watson self-assigned this Dec 5, 2018
@watson watson requested a review from Qard December 5, 2018 11:21
@watson watson merged commit 9fd0433 into elastic:master Dec 5, 2018
@watson watson deleted the node6-2 branch December 5, 2018 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants