.captureNetworkRequests() Suggest edits
Since: 2.2.0Capture outgoing network calls from the browser.
Usage
.captureNetworkRequests(onRequestCallback)
Example
Or run locally with:
Parameters
Name | Type | description |
---|---|---|
onRequestCallback |
function | Callback function called whenever a new outgoing network request is made. |