Skip to content

Commit 88e7339

Browse files
committed
Clarify how userScripts methods are affected
1 parent 8285cdf commit 88e7339

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

proposals/multiple_user_script_worlds.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,9 @@ Relevant methods and types:
175175
}
176176
```
177177

178-
Note that the signatures of the related functions, including `configureWorld()`,
179-
`register()`, and others are left unchanged.
178+
Note that save for the introduction of `worldId` on these interfaces,
179+
the signatures of the related functions - `configureWorld()`,
180+
`register()`, and others – are left unchanged.
180181

181182
When the developer specifies a `RegisteredUserScript`, the browser will use a
182183
separate user script world when injecting the scripts into a document. If

0 commit comments

Comments
 (0)