Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ Browser support for each function is as follows:

- `onCLS()`: Chromium
- `onFCP()`: Chromium, Firefox, Safari
- `onINP()`: Chromium
- `onINP()`: Chromium, Firefox
- `onLCP()`: Chromium, Firefox
- `onTTFB()`: Chromium, Firefox, Safari

Expand Down
1 change: 0 additions & 1 deletion test/utils/browserSupportsEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export function browserSupportsEntry(type) {
return false;
}

// Firefox supports the event timing API but not `interactionId`.
if (
type === 'event' &&
self.PerformanceEventTiming &&
Expand Down
Loading