awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesDOM Serialization Frameworks

Frameworks for converting the current state of a web page into serializable JSON data structures.

Distinct from DOM Serialization: Distinct from DOM Serialization which converts back to HTML/XML; this converts the DOM into a structured JSON for storage/replay.

Explore 1 awesome GitHub repository matching web development · DOM Serialization Frameworks. Refine with filters or upvote what's useful.

Awesome DOM Serialization Frameworks GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rrweb-io/rrwebAvatar rrweb-io

    rrweb-io/rrweb

    19,775Vezi pe GitHub↗

    rrweb is a DOM session recording library and serialization framework used to record and replay web sessions. It converts the state of a web page into a serializable JSON data structure and tracks mutations to reconstruct user interactions within a replay engine. The system distinguishes itself by using a sandboxed iframe for reconstruction to isolate replayed content, preventing script execution and form submissions. It ensures visual consistency through CSS inline-style flattening and provides sensitive data masking to prevent private information from being captured. The project covers a br

    Provides a utility that converts the current state of a web page into a serializable JSON data structure.

    TypeScript
    Vezi pe GitHub↗19,775
  1. Home
  2. Web Development
  3. DOM Serialization Frameworks