Skip to content

Commit

Permalink
Update README to note Firefox now supports LCP (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Apr 25, 2024
1 parent 868b124 commit e756e57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -1067,11 +1067,11 @@ The `web-vitals` code has been tested and will run without error in all major br
Browser support for each function is as follows:

- `onCLS()`: Chromium
- `onFCP()`: Chromium, Firefox, Safari 14.1+
- `onFCP()`: Chromium, Firefox, Safari
- `onFID()`: Chromium, Firefox _(Deprecated)_
- `onINP()`: Chromium
- `onLCP()`: Chromium
- `onTTFB()`: Chromium, Firefox, Safari 15+
- `onLCP()`: Chromium, Firefox
- `onTTFB()`: Chromium, Firefox, Safari

## Limitations

Expand Down

0 comments on commit e756e57

Please sign in to comment.