Skip to content

Commit

Permalink
Fix type declaration of FirstInputPolyfillEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
MananTank committed Oct 1, 2021
1 parent 1aa4659 commit f3931fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -570,7 +570,7 @@ When using the FID polyfill (and if the browser doesn't natively support the Eve

```ts
type FirstInputPolyfillEntry = Omit<PerformanceEventTiming,
'processingEnd' | 'processingEnd', 'toJSON'>
'processingEnd' | 'processingEnd' | 'toJSON'>
```
#### `FirstInputPolyfillCallback`
Expand Down

0 comments on commit f3931fc

Please sign in to comment.