[UserTimingL3] L2 behavior of passing undefined to start changes |
|
Issue descriptionAs in https://github.com/w3c/user-timing/issues/44, M68 introduced an issue to performance.measure API while introducing User Timing L3 API to User Timing L2 API. Before M68, Performance.measure('name', undefined, 'mark') would generate a measure object with start === 0. After M68, Performance.measure('name', undefined, 'mark') complains that "null" is not found.
,
Dec 9
Is this fixed? |
|
►
Sign in to add a comment |
|
Comment 1 by bugdroid1@chromium.org
, Aug 22