What browsers are currently supported ?
Since we depend on the `Origin-Agent-Cluster` header being honored by the browser, we are currently limited to
Chrome and
Edge.
The `Origin-Agent-Cluster` was designed in close collaboration with representatives from Mozilla Firefox who have marked it as
worth prototyping, and has
a preliminary positive reception from representatives of WebKit, the browser engine used by Safari.
But in the meantime, there's no problem with deploying the Parallel-DOM to all your users today. Browsers which don't support it will just ignore it (and your site should still work as intended without perf benefits). And, since pages in origin-keyed agent clusters can actually do fewer things than site-keyed ones (the default), there's no interoperability issue to be worried about.
Here is a web.dev article explaining
Origin-Agent-Cluster in more detail.