diff --git a/source b/source index 452fd45ed79..fbebb681096 100644 --- a/source +++ b/source @@ -4173,6 +4173,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
WorkletGlobalScope
WorkletGlobalScope
's owner document"Item" is used above as an owner set can contain
Document
objects.
A worklet agent … currently worklets have - no clearly defined owner, see: w3c/css-houdini-drafts issue - #224.
+A similar-origin window agent can share memory with any + worklet agent whose single realm's + global object's + owner document's + relevant Realm belongs to agent.
In addition, any agent A can share memory with:
@@ -88664,6 +88666,8 @@ import "https://example.com/foo/../module2.mjs";Window
object and a same origin-domain Window
object that opened it.Window
object and a worklet that it created.The following pairs of global objects are not within the same agent