You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unit tests (and actual usage in the wild) fail with the error: "url.URL is not a constructor"
When
I run the unit tests or use the package on Node v6 (which seems to be supported?) with a version less than v6.13.0, where the URL constructor was first introduced to Node v6.
Where
All places
How
Current Behavior
Run unit tests on Node v6 < v6.13.0 (e.g. v6.12.3) and notice the error
Steps to Reproduce
Run unit tests on Node v6 < v6.13.0 (e.g. v6.12.3) and notice the error
Expected Behavior
Running unit tests on all versions of Node v6 passes without error