[css-houdini-drafts] [worklets] Fetching and invoking a nondeterministic worklet script

asajeffrey has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [worklets] Fetching and invoking a nondeterministic worklet script ==
What should happen if a nondeterminstic worklet script is fetched and invoked (https://drafts.css-houdini.org/worklets/#fetch-and-invoke-a-worklet-script)? For example, a paint worklet which returns random properties, arguments or alpha flag. The script will be evaluated multiple time (once per global), and the different executions might return different results, leaving the worklet in an inconsistent state.

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/423 using your GitHub account

Received on Friday, 30 June 2017 21:35:24 UTC