1.5.3 • Published 1 month ago

@evolv/dom-snapshot v1.5.3

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

dom-snapshot

Snapshot the DOM into a stateful and serializable data structure and provide the ability to rebuild the DOM via snapshot.

API

This package export following methods:

snapshot

snapshot will traverse the DOM and return a stateful and serializable data structure which can represent the current DOM view.

rebuild

rebuild will build the DOM according to the taken snapshot.

serializeNodeWithId

serializeNodeWithId can serialize a node into snapshot format with id.

buildNodeWithMeta

buildNodeWithMeta will build DOM from serialized node and store serialized information in the mirror.getMeta(node).

1.5.3

1 month ago

1.5.2

2 months ago

1.5.1

2 months ago

1.5.0

3 months ago

1.4.0

5 months ago

1.3.0

5 months ago

1.2.0

6 months ago

1.0.0

12 months ago