Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for
browser.on(:response)
.
* This adds an additional callback for the `Network.responseReceived` event when a response is received. It will look up the `Ferrum::Network::Exchange` object with the matching `requestId` and passes it back to the block, once a response has been received for a request.
- Loading branch information