in src/lib/event-timer.ts [179:191]
private constructor() {
this._marks = new Map();
this._measures = new Map();
this.properties = {};
if (window.navigator.connection) {
this.properties.type = window.navigator.connection.type;
this.properties.downlink = window.navigator.connection.downlink;
this.properties.effectiveType =
window.navigator.connection.effectiveType;
}
}