network property

NetworkApi network

Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.

Implementation

NetworkApi get network => _network ??= NetworkApi(client);