Skip to content

Commit

Permalink
address some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Nov 30, 2022
1 parent 0c5beea commit 70cf8a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integration/compat-interop/package.json
Expand Up @@ -26,4 +26,4 @@
"devDependencies": {
"typescript": "4.7.4"
}
}
}
2 changes: 2 additions & 0 deletions packages/performance/src/utils/attributes_utils.ts
Expand Up @@ -45,6 +45,8 @@ const enum EffectiveConnectionType {
* ref: https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation
*/
interface NetworkInformationWithEffectiveType extends NetworkInformation {
// `effectiveType` is an experimental property and not included in
// TypeScript's typings for the native NetworkInformation interface
readonly effectiveType?: 'slow-2g' | '2g' | '3g' | '4g';
}

Expand Down

0 comments on commit 70cf8a7

Please sign in to comment.