| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,7 +65,7 @@ added: v16.7.0 | |||
| 65 | 65 | * `name` {string} | |
| 66 | 66 | ||
| 67 | 67 | If `name` is not provided, removes all `PerformanceMeasure` objects from the | |
| 68 | - Performance Timeline. If `name` is provided, removes only the named mark. | ||
| 68 | + Performance Timeline. If `name` is provided, removes only the named measure. | ||
| 69 | 69 | ||
| 70 | 70 | ### `performance.clearResourceTimings([name])` | |
| 71 | 71 | ||
@@ -196,7 +196,7 @@ changes: | |||
| 196 | 196 | * `options` {Object} | |
| 197 | 197 | * `detail` {any} Additional optional detail to include with the mark. | |
| 198 | 198 | * `startTime` {number} An optional timestamp to be used as the mark time. | |
| 199 | - **Defaults**: `performance.now()`. | ||
| 199 | + **Default**: `performance.now()`. | ||
| 200 | 200 | ||
| 201 | 201 | Creates a new `PerformanceMark` entry in the Performance Timeline. A | |
| 202 | 202 | `PerformanceMark` is a subclass of `PerformanceEntry` whose | |
@@ -210,9 +210,7 @@ and can be queried with `performance.getEntries`, | |||
| 210 | 210 | observation is performed, the entries should be cleared from the global | |
| 211 | 211 | Performance Timeline manually with `performance.clearMarks`. | |
| 212 | 212 | ||
| 213 | - ### \`performance.markResourceTiming(timingInfo, requestedUrl, initiatorType, | ||
| 214 | - | ||
| 215 | - global, cacheMode)\` | ||
| 213 | + ### `performance.markResourceTiming(timingInfo, requestedUrl, initiatorType, global, cacheMode)` | ||
| 216 | 214 | ||
| 217 | 215 | <!-- YAML | |
| 218 | 216 | added: REPLACEME | |
| Back | FazBrowse Home | New Git URL |
0 commit comments