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
WebSocket
The browser-compatible implementation of WebSocket, previously behind the flag --experimental-websocket, will be enabled by default. This provides a WebSocket client to Node.js without external dependencies.
Contributed by the Undici team and Aras Abbasi in #51594
We've had FRs for socket.io(1) but now that this is part of Std lib and is browser compatible WebScocket it might be worth investigating. The only issue I see here is when to start/end spans.
glob and globSync
This release adds to the node:fsmodule the functions glob and globSync for pattern matching. Developers can now utilize these functions for matching file paths based on specified patterns.
Contributed by Moshe Atlow #51912
Description
We need to dig into all the new additions to Node 22 and see if there's anything worth instrumenting. If so, cut tickets to address in the future.
The text was updated successfully, but these errors were encountered: