1.8.0 • Published 9 months ago
@evolv/dom-capture v1.8.0
dom-capture
Record all the mutations and user interactions in the DOM.
API
This package export following methods:
capture
capture
will record all the DOM mutations and user interactions.
Debugging and development
Set the following object on window
window.evolvLocal = {
shouldCaptureLocal: true,
};
The DOM capture will then be written to
window.evolvLocal.localDomCapture