mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Round down to the nearest 2ms (instead of 1ms)
Issue #67 https://github.com/MoonchildProductions/UXP/pull/34/commits/c8355b22c047c9737e32f096b816edbb8b0fa181a32b7f7c4ef0b727eac2
This commit is contained in:
parent
4cb956bb3b
commit
2884c049cd
2 changed files with 3 additions and 6 deletions
|
|
@ -17,6 +17,7 @@ const PERFORMANCE_TIMINGS = [
|
|||
"domainLookupEnd",
|
||||
"connectStart",
|
||||
"connectEnd",
|
||||
"secureConnectionStart",
|
||||
"requestStart",
|
||||
"responseStart",
|
||||
"responseEnd",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue