mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
ca98a473c2
On browsers that implement the Navigation Timing API, performance.now() provides values with microsecond precision that are guaranteed to be monotonic (i.e., they are not subject to skew due to changes to the system clock). This patch adds a `ve.now` utility function that will use this API when it is available and fall back gracefully to `Date.now` when it is not. Change-Id: I377025fcb23cb26399b9e437e33c8afa138916af |
||
---|---|---|
.. | ||
styles | ||
targets | ||
tours | ||
ve.init.mw.genderSurvey.css | ||
ve.init.mw.genderSurvey.js | ||
ve.init.mw.js | ||
ve.init.mw.Platform.js | ||
ve.init.mw.splitTest.js | ||
ve.init.mw.Target.js |