2 dépôts
Background scripts accessible by multiple browsing contexts using a common identifier.
Distinct from Persistent Background Workers: Distinct from Persistent Background Workers: specifically describes the SharedWorker implementation allowing cross-tab/window communication.
Explore 2 awesome GitHub repositories matching web development · Shared Workers. Refine with filters or upvote what's useful.
This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.
Provides the standard for creating shared background scripts that can be accessed across multiple windows or tabs.
Neo is an autonomous engineering platform and multi-agent orchestration framework designed to build, review, and maintain production codebases. It coordinates a swarm of multiple language models through a messaging and event system to automate complex software development workflows without manual intervention. The platform utilizes a semantic knowledge graph manager to distill session logs and documentation into a queryable topology, preserving project history and context across AI interactions. It supports multi-tenant deployment of agent swarms that employ persistent memory and structured m
Uses shared workers to maintain a single application instance and synchronize state across multiple browser windows.