assaf / zombie

Insanely fast, full-stack, headless browser testing using node.js
http://zombie.js.org/
MIT License
5.65k stars 520 forks source link

Adds location.port and location.searchParams #1193

Open unblu-kschiess opened 5 years ago

unblu-kschiess commented 5 years ago

Additionally this PR removes the old DOMURL implementation; the code now uses NodeJS' standard 'url' library and 'whatwg-url'. The old DOMURL was very similar to whatwg-url; tests pass, so I am assuming that this can go.