Closed bashangbasir closed 4 weeks ago
Limitation as of now:
The mark() and measure() only can be used in the same window/page. If user changes the page where mark's entry was set, it will fail when we call measure(). i.e Failed to execute 'measure' on 'Performance': The mark '<mark>' does not exist.
mark()
measure()
Failed to execute 'measure' on 'Performance': The mark '<mark>' does not exist.
@ElSnoMan need your help to take a look in case you missed this. Created the PR while my account was restricted by github last time.
260
Limitation as of now:
The
mark()
andmeasure()
only can be used in the same window/page. If user changes the page where mark's entry was set, it will fail when we call measure(). i.eFailed to execute 'measure' on 'Performance': The mark '<mark>' does not exist.