engine.io-client
engine.io-client copied to clipboard
The engine used in the Socket.IO JavaScript client, which manages the low-level transports such as HTTP long-polling, WebSocket and WebTransport.
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
*Note*: for support questions, please use one of these channels: [stackoverflow](http://stackoverflow.com/questions/tagged/engine.io) or [slack](https://socketio.slack.com) ### You want to: * [x] report a *bug* * [ ] request a *feature* ### Current...
https://github.com/socketio/engine.io-client/blob/9c79ba65f51fef44e860bbeea1626fa40c3f967c/lib/socket.js#L5-L6 How about replacing this two with just URL & URLSearchParams?
### You want to: * [] report a *bug* * [x] request a *feature* ### Current behaviour In the docs: agent (http.Agent): http.Agent to use, defaults to false (NodeJS only)...
*Note*: for support questions, please use one of these channels: [stackoverflow](http://stackoverflow.com/questions/tagged/engine.io) or [slack](https://socketio.slack.com) ### You want to: * [x] report a *bug* I have a socket.io server which apply socket.io...
*Note*: for support questions, please use one of these channels: [stackoverflow](http://stackoverflow.com/questions/tagged/engine.io) or [slack](https://socketio.slack.com) ### You want to: * [x] report a *bug* * [ ] request a *feature* ### Current...
Unhandled error, error event listener is applied on our side. This happens time to time, due to quick server shutdown and start tests. Seems like something with polling connection establishing....
Signed-off-by: iifawzi Hi, this PR is adding an option to avoid the added trailing slash to the path in the connection Resolving https://github.com/socketio/socket.io-client/issues/1550. An example of a use case for...
Hello, thank you for the great work you continue to do. It seems when creating a client for WebTransport it is expected that the environment is browser check [here](https://github.com/socketio/engine.io-client/blob/fa479164251dd1f283dd163143b546582161339a/lib/transports/webtransport.ts#L22) but...
**Is your feature request related to a problem? Please describe.** Some environments don't support `XMLHttpRequest`, but support `fetch`. (e.g., [MetaMask Snaps](https://docs.metamask.io/snaps/how-to/troubleshoot/#patch-the-use-of-xmlhttprequest)) **Describe the solution you'd like** It would be great...