Skip to content

Commit eabf4c2

Browse files
authored
Safari now supports LCP and INP (#661)
1 parent c4bbe67 commit eabf4c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,12 +1129,12 @@ interface TTFBAttribution {
11291129

11301130
The `web-vitals` code is tested in Chrome, Firefox, and Safari. In addition, all JavaScript features used in the code are part of ([Baseline Widely Available](https://web.dev/baseline)), and thus should run without error in all versions of these browsers released within the last 30 months.
11311131

1132-
However, some of the APIs required to capture these metrics are currently only available in some browsers. Browser support for each function is as follows:
1132+
However, some of the APIs required to capture these metrics (notable CLS) are currently only available in some browsers. The latest browser support for each function is as follows:
11331133

11341134
- `onCLS()`: Chromium
11351135
- `onFCP()`: Chromium, Firefox, Safari
1136-
- `onINP()`: Chromium, Firefox, Safari Tech Preview
1137-
- `onLCP()`: Chromium, Firefox, Safari Tech Preview
1136+
- `onINP()`: Chromium, Firefox, Safari
1137+
- `onLCP()`: Chromium, Firefox, Safari
11381138
- `onTTFB()`: Chromium, Firefox, Safari
11391139

11401140
## Limitations

0 commit comments

Comments
 (0)