Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions css-paint-api/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,14 @@ following steps:
in the <a>worklet's WorkletGlobalScopes</a> <a>list</a>, unless the user agent is under
memory constraints.

<div class='note'>
User-agents have to attempt to introduce some non-determinism in the selection process
above. For example they could:
- Each frame select a random global scope from the list.
- After invocation(s) of <a>draw a paint image</a> randomly choose to switch to a
different global scope.
</div>

Note: This is to ensure that authors do not rely on being able to store state on the global
object or non-regeneratable state on the class.

Expand Down