Skip to content

Commit 5018b60

Browse files
committed
address some comments
1 parent 282eca5 commit 5018b60

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

integration/compat-interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
"devDependencies": {
2727
"typescript": "4.7.4"
2828
}
29-
}
29+
}

packages/performance/src/utils/attributes_utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ const enum EffectiveConnectionType {
4545
* ref: https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation
4646
*/
4747
interface NetworkInformationWithEffectiveType extends NetworkInformation {
48+
// `effectiveType` is an experimental property and not included in
49+
// TypeScript's typings for the native NetworkInformation interface
4850
readonly effectiveType?: 'slow-2g' | '2g' | '3g' | '4g';
4951
}
5052

0 commit comments

Comments
 (0)