Movatterモバイル変換


[0]ホーム

URL:


MDN Web Docs

Window: originAgentCluster property

TheoriginAgentCluster read-only property of theWindow interface returnstrue if this window belongs to anorigin-keyedagent cluster: this means that the operating system has provided dedicated resources (for example an operating system process) to this window's origin that are not shared with windows from other origins.

Otherwise this property returnsfalse.

Windows that are part of an origin-keyed agent cluster are subjects to some additional restrictions, compared with windows that are not. In particular, they cannot:

To request that the browser assign this window to an origin-keyed agent cluster, the server must send theOrigin-Agent-Cluster response header.

Note that the origin-keyed agent cluster feature is only supported insecure contexts. If a site is not a secure context, thewindow.originAgentCluster will always returnfalse.

Specifications

Specification
HTML
# origin-keyed-agent-clusters

Browser compatibility

See also

Help improve MDN

Learn how to contribute.

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp