Skip to content

Commit a478dfd

Browse files
authored
Update workers release nodes 2025-4-25
1 parent 7bc1686 commit a478dfd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: FinalizationRegistry and WeakRefs support
3+
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

Comments
 (0)