-

@ jserinfo RSS feed【非公式】
2025-06-14 14:37:53
【We shipped FinalizationRegistry in Workers: why you should never use it】
https://blog.cloudflare.com/we-shipped-finalizationregistry-in-workers-why-you-should-never-use-it/
Cloudflare WorkersのFinalizationRegistry APIのサポートについて。
WebAssemblyと連携する際のメモリ管理で、JavaScriptオブジェクトがガベージコレクションされる際にコールバックを実行するAPI。
非決定的な実行タイミングのため使用を推奨せず、代わりにExplicit Resource Managementの使用を推奨。I/O操作を無効化するなどの安全対策を実装して提供している
https://realtime.jser.info/2025/06/14/we-shipped-finalizationregistry-in-workers-why-you-should-never-use-it/