Skip to content

Commit

Permalink
Try to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic authored Nov 1, 2024
1 parent e7d6cc1 commit 7af5599
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Note that this kind of code should not be used for measuring how often a prerend
### Measuring prerendering activations

This code shows how to measure how often a prerender is activated.
It uses the `prerenderingchange` to track activation events, and {{domxref(Performance.getEntriesByType())}} to track navigation activations.
It uses the `prerenderingchange` to track activation events, and {{domxref("Performance.getEntriesByType()")}} to track navigation activations.

```js
if (document.prerendering) {
Expand Down

0 comments on commit 7af5599

Please sign in to comment.