We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting in Node.js v8.5.0, performance.now() has been implemented:
const { performance } = require("perf_hooks") performance.now()
The text was updated successfully, but these errors were encountered:
[keeper-bot-v2]: removing 'performance-now' dep
2345eb0
myrne/performance-now#28
performance.now is available globally.
This npm pkg should just be deprecated, and the gh should be archived
Sorry, something went wrong.
No branches or pull requests
Starting in Node.js v8.5.0, performance.now() has been implemented:
The text was updated successfully, but these errors were encountered: