Skip to content

doc: add missing api entries on performance

Fixes https://github.com/nodejs/node/issues/40755.

These methods are required by the https://w3c.github.io/user-timing/ to clear user-created entries to prevent memory leaking. Currently, the API implementation is tested against WPT suites and we should explicitly document that Node.js supports them.

Merge request reports

Loading