UNPKG

@xysfe/memento-core

Version:

record and replay the web

3 lines (2 loc) 261 B
import { blockClass, canvasMutationCallback, IWindow, listenerHandler, Mirror } from '../../../types'; export default function initCanvasWebGLMutationObserver(cb: canvasMutationCallback, win: IWindow, blockClass: blockClass, mirror: Mirror): listenerHandler;