File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,15 +214,15 @@ Returns a list of `PerformanceEntry` objects in chronological order
214214with respect to ` performanceEntry.startTime ` whose ` performanceEntry.entryType `
215215is equal to ` type ` .
216216
217- ### ` performance.mark([ name[, options] ]) `
217+ ### ` performance.mark(name[, options]) `
218218
219219<!-- YAML
220220added: v8.5.0
221221changes:
222222 - version: v19.0.0
223223 pr-url: https://github.com/nodejs/node/pull/44483
224224 description: This method must be called with the `performance` object as
225- the receiver.
225+ the receiver. The name argument is no longer optional.
226226 - version: v16.0.0
227227 pr-url: https://github.com/nodejs/node/pull/37136
228228 description: Updated to conform to the User Timing Level 3 specification.
You can’t perform that action at this time.
0 commit comments