From 88e7339029cc53d8d6b3b7e285fced6e9928c6bb Mon Sep 17 00:00:00 2001 From: Simeon Vincent Date: Wed, 18 Sep 2024 22:27:38 -0700 Subject: [PATCH] Clarify how userScripts methods are affected --- proposals/multiple_user_script_worlds.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/proposals/multiple_user_script_worlds.md b/proposals/multiple_user_script_worlds.md index e6827254..89e1d69c 100644 --- a/proposals/multiple_user_script_worlds.md +++ b/proposals/multiple_user_script_worlds.md @@ -175,8 +175,9 @@ Relevant methods and types: } ``` -Note that the signatures of the related functions, including `configureWorld()`, -`register()`, and others are left unchanged. +Note that save for the introduction of `worldId` on these interfaces, +the signatures of the related functions - `configureWorld()`, +`register()`, and others – are left unchanged. When the developer specifies a `RegisteredUserScript`, the browser will use a separate user script world when injecting the scripts into a document. If