fregante/GhostText

Use node-native WebSocket

Open

#325 opened on Aug 11, 2024

 (0 comments) (0 reactions) (0 assignees)JavaScript (133 forks)github user discovery
enhancementhelp wantedvscode

Repository metrics

Stars
 (3,611 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

https://nodejs.org/api/globals.html

No need to import an external module.

VS Code July 2024 includes Electron 30, which includes node 20.14, which includes native websockets:

https://code.visualstudio.com/updates/v1_92

Before then, the last Electron/Node update was in May, which was only to v20.9, which doesn't have native websockets

https://code.visualstudio.com/updates/v1_90

Contributor guide