You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: You can now use FinalizationRegistry and WeakRefs in workers
4
+
products:
5
+
- workers
6
+
date: 2025-04-25T12:00:00Z
7
+
---
8
+
9
+
With the `'enable_weak_ref'` compatibility flag enabled, it is now possible
10
+
for workers to use the standard `FinalizationRegistry` and `WeakRef` APIs.
11
+
12
+
Consult the [MDN documentation for FinalizationRegistry`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry) for full details on the API.
0 commit comments