@glimt/record 0.0.22 → 0.0.23

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/record.cjs CHANGED
@@ -1116,6 +1116,7 @@ function serializeElementNode(n2, options) {
1116
1116
  } catch (e2) {
1117
1117
  }
1118
1118
  const took = performance.now() - start;
1119
+ if (!window.serialization_perf_map) window.serialization_perf_map = {};
1119
1120
  if (!(tagName in window.serialization_perf_map)) {
1120
1121
  window.serialization_perf_map[tagName] = {
1121
1122
  avg: 0,