pwgen-for-bios/externs/performance.js
Slava Bacherikov d9bf30765f Add google analytics support
Add code to track performance metrics and events (password calculation).
2018-02-08 02:42:06 +02:00

17 lines
275 B
JavaScript

/**
* @return {number}
* @nosideeffects
*/
Performance.prototype.mozNow = function() {};
/**
* @return {number}
* @nosideeffects
*/
Performance.prototype.oNow = function() {};
/**
* @return {number}
* @nosideeffects
*/
Performance.prototype.msNow = function() {};