Bug 195692

Summary: Web Inspector: ResourceTimingData should allow a startTime of 0
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: inspector-bugzilla-changes
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Description Joseph Pecoraro 2019-03-13 12:34:05 PDT
ResourceTimingData should allow a startTime of 0

Currently a lot of code treats that as falsey.

To work around this some code may use Number.EPSILON to become a zero like value.