@evolv/dom-capture
TypeScript icon, indicating that this package has built-in type declarations

1.7.3 • Public • Published

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

Package Sidebar

Install

npm i @evolv/dom-capture

Weekly Downloads

93

Version

1.7.3

License

Apache-2.0

Unpacked Size

185 kB

Total Files

71

Last publish

Collaborators

  • samdshermanevolv
  • emman.mascarinas
  • idaunis
  • matt-strom
  • robertsevern
  • evolvengineeringbot