Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 235 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 235 Bytes

console.time-polyfill

A polyfill for console.time. Uses performance.now() API, if available. If it's not available, it falls back to Date, but will only get millisecond performance times instead of sub-millisecond performance times.