Hi guys.
I am reading Chrome DevTools Protocol spec, and I dumped some data from DevTools.
There a sample data from
Network.requestWillBeSent, I notice there are two time fields
timestamp
Timestamp Timestamp.
wallTime
Timestamp UTC Timestamp. Experimental
the sample data is
{
"timestamp": 957711.609563,
"wallTime": 1510317479.05768
}
I know "wallTime" is a Unix time format, But "timestamp" field value is "957711.609563", What does it mean?