in public/assets/maplibre/maplibre-gl-framerate.js [106:111]
_defineProperty(this, "onMoveStart", function () {
_this.frames = 0;
_this.time = performance.now();
_this.map.on('render', _this.onRender);
});