Skip to content

Commit f7a74eb

Browse files
authoredJul 18, 2024··
feat: Update to node v22.4.0 (mysticatea#310)
fixes mysticatea#308
1 parent c092cd8 commit f7a74eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎lib/unsupported-features/node-globals.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,11 @@ const nodeGlobals = {
8989
Response: {
9090
[READ]: { experimental: ["17.5.0", "16.15.0"], supported: ["21.0.0"] },
9191
},
92+
Storage: { [READ]: { experimental: ["22.4.0"] } },
9293
WebAssembly: { [READ]: { supported: ["8.0.0"] } },
93-
WebSocket: { [READ]: { experimental: ["21.0.0", "20.10.0"] } },
94+
WebSocket: {
95+
[READ]: { experimental: ["21.0.0", "20.10.0"], supported: ["22.4.0"] },
96+
},
9497

9598
fetch: {
9699
[READ]: { experimental: ["17.5.0", "16.15.0"], supported: ["21.0.0"] },

0 commit comments

Comments
 (0)
Please sign in to comment.