diff --git a/source b/source index b63ec33e6ad..8e0adcba570 100644 --- a/source +++ b/source @@ -91744,11 +91744,11 @@ import "https://example.com/foo/../module2.mjs";

A scheme-and-registrable-domain is a tuple of a scheme and a domain.

-

An agent cluster key is an origin or a +

A site is an origin or a scheme-and-registrable-domain.

-

To obtain an agent cluster key, given an origin - origin, run these steps:

+

To obtain a site, given an origin origin, run these + steps:

  1. If origin is an opaque origin, then @@ -91762,6 +91762,12 @@ import "https://example.com/foo/../module2.mjs"; domain).

+

An agent cluster key is a site.

+ +

To obtain an agent cluster key, given an origin + origin, return the result of obtaining a site with + origin.

+

To obtain a similar-origin window agent, given an origin origin and browsing context group group, run these steps: