Skip to content

Commit

Permalink
Clarify how userScripts methods are affected
Browse files Browse the repository at this point in the history
  • Loading branch information
dotproto committed Sep 19, 2024
1 parent 8285cdf commit 88e7339
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proposals/multiple_user_script_worlds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88e7339

Please sign in to comment.