[Webkit-unassigned] [Bug 240062] Terminating web worker when it is GC-ed is observable if we share SharedArrayBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 5 21:10:39 PDT 2022


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

--- Comment #4 from Takuo Kihira <takuo.kihira at gmail.com> ---
Thank you Yusuke, your workaround works on my environments well.


By the way, maybe the ArrayBuffer is not SharedArrayBuffer because I create it with

```
const memory = new WebAssembly.Memory({ initial: 1 });
```

and I don't specify `shared: true` option so I guess it could be a normal ArrayBuffer.

-- 
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/20220506/3674a8c4/attachment.htm>


More information about the webkit-unassigned mailing list