chromedp v0.3.1 Release Notes

Release Date: 2019-06-26 // almost 5 years ago
    • 🛠 fix a regression when sending large messages to Chrome over websocket
    • ⏱ increase the timeout when waiting for new pages to appear, for slow devices
    • avoid hanging in Navigate actions if the context is canceled
    • 🛠 fix a data race if Navigate was used while a navigation was already happening
    • 🛠 fix a regression where large queries could deadlock the target handler
    • ⏪ revert back to using one goroutine per selector, to reduce CPU use when idle