From f6f7f41445c1fa1e9b3fb3873c675317f6ebc4a8 Mon Sep 17 00:00:00 2001 From: Max Duval Date: Mon, 12 Jun 2023 16:16:57 +0100 Subject: [PATCH] fix: remove mention of polyfill This has been removed in the latest version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96e7e6bb..bdd60aa9 100644 --- a/README.md +++ b/README.md @@ -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); @@ -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