Merge branch 'dev' of https://github.com/openreplay/openreplay into e2e_tests_frontend

This commit is contained in:
Андрей Бабушкин 2025-05-23 10:48:48 +02:00
commit 6978d83a80

View file

@ -1,5 +1,3 @@
import { TextDecoder } from 'util';
export default class PrimitiveReader {
/** pointer for curent position in the buffer */
protected p: number = 0;