1.8.0 • Published 9 months ago

@evolv/dom-capture v1.8.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months 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.8.0

9 months ago

1.7.3

1 year ago

1.7.2

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago