pub fn network_begin(cx: &mut App, record: NetworkRecord) -> Option<u64>Expand description
Record a request that has just started. The returned id settles it later;
None means the inspector is not installed and nothing was recorded.
pub fn network_begin(cx: &mut App, record: NetworkRecord) -> Option<u64>Record a request that has just started. The returned id settles it later;
None means the inspector is not installed and nothing was recorded.