joelgriffith / navalia

A bullet-proof, fast, and reliable headless browser API
https://joelgriffith.github.io/navalia/
GNU General Public License v3.0
957 stars 33 forks source link

Fix goto with hash fragment #49

Closed elisherer closed 7 years ago

elisherer commented 7 years ago

When navigating to a url with hash fragment, it isn't caught by the requestWillBeSent event because it checks that it includes the original url while Chrome only shares the url without the hash fragment. a simple url cut inside the event fixed it for me.

joelgriffith commented 7 years ago

🙏 Thanks!