Skip to content

Conversation

danielroe
Copy link
Contributor

@danielroe danielroe commented Mar 15, 2023

resolves #47097

This updates the documentation around performance.mark() to indicate that the name argument is not optional, and that this change was made in Node 19.0.0.

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. perf_hooks Issues and PRs related to the implementation of the Performance Timing API. labels Mar 15, 2023
@danielroe danielroe changed the title docs: indicate that name is no longer an optional argument doc: indicate that name is no longer an optional argument Mar 15, 2023
@debadree25 debadree25 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 15, 2023
@anonrig anonrig added the commit-queue Add this label to land a pull request using GitHub Actions. label Mar 15, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Mar 17, 2023
@nodejs-github-bot nodejs-github-bot merged commit 7deb09c into nodejs:main Mar 17, 2023
@nodejs-github-bot
Copy link
Collaborator

Landed in 7deb09c

@danielroe danielroe deleted the patch-1 branch March 17, 2023 13:04
targos pushed a commit that referenced this pull request Mar 18, 2023
PR-URL: #47102
Reviewed-By: Debadree Chatterjee <[email protected]>
Reviewed-By: Chengzhong Wu <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Harshitha K P <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. perf_hooks Issues and PRs related to the implementation of the Performance Timing API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

performance.mark() throws error 'The "name" argument must be specified'
9 participants