Skip to content

Commit 70cf8a7

Browse files
committed
address some comments
1 parent 0c5beea commit 70cf8a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

integration/compat-interop/package.json

+1-1
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

+2
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)