| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2fd0f79 commit c08995e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -214,15 +214,15 @@ Returns a list of `PerformanceEntry` objects in chronological order | |||
| 214 | 214 | with respect to `performanceEntry.startTime` whose `performanceEntry.entryType` | |
| 215 | 215 | is equal to `type`. | |
| 216 | 216 | ||
| 217 | - ### `performance.mark([name[, options]])` | ||
| 217 | + ### `performance.mark(name[, options])` | ||
| 218 | 218 | ||
| 219 | 219 | <!-- YAML | |
| 220 | 220 | added: v8.5.0 | |
| 221 | 221 | changes: | |
| 222 | 222 | - version: v19.0.0 | |
| 223 | 223 | pr-url: https://github.com/nodejs/node/pull/44483 | |
| 224 | 224 | description: This method must be called with the `performance` object as | |
| 225 | - the receiver. | ||
| 225 | + the receiver. The name argument is no longer optional. | ||
| 226 | 226 | - version: v16.0.0 | |
| 227 | 227 | pr-url: https://github.com/nodejs/node/pull/37136 | |
| 228 | 228 | description: Updated to conform to the User Timing Level 3 specification. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments