From f3931fcacede07b5aeb8a87343608c8ccec3f984 Mon Sep 17 00:00:00 2001 From: Manan Tank Date: Fri, 1 Oct 2021 16:56:18 +0530 Subject: [PATCH] Fix type declaration of `FirstInputPolyfillEntry` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aed7fb9..dd9f1ad4 100644 --- a/README.md +++ b/README.md @@ -570,7 +570,7 @@ When using the FID polyfill (and if the browser doesn't natively support the Eve ```ts type FirstInputPolyfillEntry = Omit + 'processingEnd' | 'processingEnd' | 'toJSON'> ``` #### `FirstInputPolyfillCallback`