rrweb
Version:
record and replay the web
4 lines (3 loc) • 339 B
TypeScript
import type { Mirror } from 'rrweb-snapshot';
import { blockClass, canvasManagerMutationCallback, IWindow, listenerHandler } from '@rrweb/types';
export default function initCanvasWebGLMutationObserver(cb: canvasManagerMutationCallback, win: IWindow, blockClass: blockClass, blockSelector: string | null, mirror: Mirror): listenerHandler;