We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bfeaa commit 08423c2Copy full SHA for 08423c2
1 file changed
_posts/2025-07-25-the-extensibility-api.md
@@ -66,7 +66,7 @@ Note that `.mark()`’s useful property is `startTime` and `.measures()`’s is
66
`duration`.
67
68
<figure>
69
-<img src="{{ site.cloudinary }}/wp-content/uploads/2025/07/extensibility-01.png" alt"Chrome DevTools Console view filtered using source:console-api to isolate user-generated performance logs." width="1500" height="891" loading="lazy">
+<img src="{{ site.cloudinary }}/wp-content/uploads/2025/07/extensibility-01.png" alt="Chrome DevTools Console view filtered using source:console-api to isolate user-generated performance logs." width="1500" height="891" loading="lazy">
70
<figcaption>You can use <code>source:console-api</code> to scope your Console
71
messages only to things logged to it. Much cleaner.</figcaption>
72
</figure>
0 commit comments