Skip to content

Commit

Permalink
Fix link in onINP() thresholds comment (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
robatron committed Feb 10, 2023
1 parent db2cfd4 commit 9f11c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onINP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const onINP = (onReport: ReportCallback, opts?: ReportOpts) => {
opts = opts || {};

whenActivated(() => {
// https://web.dev/inp/#what's-a-%22good%22-inp-value
// https://web.dev/inp/#what-is-a-good-inp-score
const thresholds = [200, 500];

// TODO(philipwalton): remove once the polyfill is no longer needed.
Expand Down

0 comments on commit 9f11c4c

Please sign in to comment.