@evolv/dom-capture
v1.8.0
Published
Package providing a capture function to record all mutations and user interactions in the DOM
Downloads
1,064
Readme
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