[Webkit-unassigned] [Bug 233980] A dedicated worker is not frozen even when the page is in back/forward cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 9 13:50:50 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=233980

--- Comment #11 from Geoffrey Garen <ggaren at apple.com> ---
Technically the web standard makes reference to a behavior much more like JSC::Watchdog / JSC::VM::throwTerminationException().

For this case, I think just waiting for termination, combined with our process model, will get the job done.

For the more challenging case of explicitly calling Worker.terminate() in the middle of an infinite loop, I guess we'll eventually need to adopt / add support for JSC::VM::throwTerminationException() in Worker scripts.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211209/900ed1cf/attachment.htm>


More information about the webkit-unassigned mailing list