1.7.3 • Published 1 month ago

@evolv/dom-capture v1.7.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

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
1.7.3

1 month ago

1.7.2

2 months ago

1.7.1

2 months ago

1.7.0

3 months ago

1.6.0

3 months ago

1.5.0

4 months ago

1.4.0

5 months ago

1.3.0

5 months ago

1.2.0

6 months ago

1.1.0

7 months ago

1.0.0

12 months ago