@dxos/network-manager 0.1.58-main.88ec9da → 0.1.58-main.935caa2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/browser/{chunk-GIK7R3TA.mjs → chunk-CNQ55TFQ.mjs} +2 -2
- package/dist/lib/browser/{chunk-GIK7R3TA.mjs.map → chunk-CNQ55TFQ.mjs.map} +2 -2
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +1 -1
- package/dist/lib/node/index.cjs +1 -1
- package/dist/lib/node/index.cjs.map +2 -2
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +1 -1
- package/dist/lib/node/testing/index.cjs.map +2 -2
- package/package.json +17 -17
- package/src/transport/simplepeer-transport.ts +1 -1
|
@@ -2687,7 +2687,7 @@ var SimplePeerTransport = class {
|
|
|
2687
2687
|
this.errors.raise(err);
|
|
2688
2688
|
}
|
|
2689
2689
|
try {
|
|
2690
|
-
if (typeof this._peer?._pc
|
|
2690
|
+
if (typeof this._peer?._pc.getStats === "function") {
|
|
2691
2691
|
this._peer._pc.getStats().then((stats) => {
|
|
2692
2692
|
log11.warn("report after webrtc error", {
|
|
2693
2693
|
config: this.params.webrtcConfig,
|
|
@@ -3445,4 +3445,4 @@ export {
|
|
|
3445
3445
|
createLibDataChannelTransportFactory,
|
|
3446
3446
|
createTeleportProtocolFactory
|
|
3447
3447
|
};
|
|
3448
|
-
//# sourceMappingURL=chunk-
|
|
3448
|
+
//# sourceMappingURL=chunk-CNQ55TFQ.mjs.map
|