Skip to content

Commit

Permalink
fix: remove mention of polyfill
Browse files Browse the repository at this point in the history
This has been removed in the latest version
  • Loading branch information
mxdvl committed Jun 12, 2023
1 parent 32919e4 commit f6f7f41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ addEventListener('visibilitychange', () => {
}
});

// NOTE: Safari does not reliably fire the `visibilitychange` event when the
// NOTE: Safari does not reliably fire the `visibilitychange` event when the
// page is being unloaded. If Safari support is needed, you should also flush
// the queue in the `pagehide` event.
addEventListener('pagehide', flushQueue);
Expand Down Expand Up @@ -1224,10 +1224,10 @@ Browser support for each function is as follows:

- `onCLS()`: Chromium
- `onFCP()`: Chromium, Firefox, Safari 14.1+
- `onFID()`: Chromium, Firefox _(with [polyfill](#how-to-use-the-polyfill): Safari, Internet Explorer)_
- `onFID()`: Chromium, Firefox
- `onINP()`: Chromium
- `onLCP()`: Chromium
- `onTTFB()`: Chromium, Firefox, Safari 15+ _(with [polyfill](#how-to-use-the-polyfill): Safari 8+, Internet Explorer)_
- `onTTFB()`: Chromium, Firefox, Safari 15+

## Limitations

Expand Down

0 comments on commit f6f7f41

Please sign in to comment.