awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesInterface Virtualizers

Replicates browser global objects like window and document within isolated execution contexts.

Distinct from Document Object Interfaces: Focuses on the virtualization of browser interfaces for worker environments, distinct from general DOM manipulation.

Explore 1 awesome GitHub repository matching software engineering & architecture · Interface Virtualizers. Refine with filters or upvote what's useful.

Awesome Interface Virtualizers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • qwikdev/partytownAvatar de QwikDev

    QwikDev/partytown

    13,706Voir sur GitHub↗

    Partytown is a library designed to offload resource-intensive third-party scripts to background web workers. By executing these scripts outside of the main thread, it prevents them from blocking the critical rendering path, thereby maintaining a responsive user interface and improving overall page load performance. The project functions as a web worker proxy library that synchronizes browser interfaces between the main thread and background environments. It uses proxy-based access and synchronous messaging to replicate global objects like the window and document, allowing scripts to interact

    Replicates browser window and document interfaces within a worker environment to provide a consistent execution context.

    TypeScript3rd-party3rdpartyanalytics
    Voir sur GitHub↗13,706
  1. Home
  2. Software Engineering & Architecture
  3. Architectural Design Patterns
  4. Object-Oriented Foundations
  5. Object-Oriented Programming
  6. Structure Definitions
  7. Document Object Interfaces
  8. Interface Virtualizers