Skip to content

Commit

Permalink
Merge pull request #183 from MananTank/main
Browse files Browse the repository at this point in the history
Fix type declaration of `FirstInputPolyfillEntry`
  • Loading branch information
philipwalton committed Oct 1, 2021
2 parents 1aa4659 + f3931fc commit ba12418
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 ba12418

Please sign in to comment.