Bug 195692 - Web Inspector: ResourceTimingData should allow a startTime of 0
Summary: Web Inspector: ResourceTimingData should allow a startTime of 0
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-13 12:34 PDT by Joseph Pecoraro
Modified: 2019-03-13 12:34 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.