[css-houdini-drafts] [css-paint-api] Are PaintWorkletGlobalScopes allowed to go away?

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

== [css-paint-api] Are PaintWorkletGlobalScopes allowed to go away? ==
https://drafts.css-houdini.org/worklets/#lifetime-of-the-worklet says:

> The lifetime of a WorkletGlobalScope should be defined by subsequent specifications which inherit from WorkletGlobalScope.

but the Paint API draft doesn't define the lifetime of PaintWorkletGlobalScope objects.  In particular, it's not clear whether a UA is allowed/required/forbidden to kill them off after executing some script in them (losing whatever global state the script might have stored).

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

Received on Tuesday, 19 September 2017 14:18:16 UTC