sockjs-client
sockjs-client copied to clipboard
WebSocket emulation - Javascript client
Removed an extra comma from the **SockJS class** section.
Hi folks! **TL;DR: Seeking new maintainer. Please reply if you are interested.** Eight years ago I took over maintenance of SockJS from @majek. At the time, I was heavily involved...
DevTools failed to load source map: Could not load content for webpack:///node_modules/sockjs-client/dist/sockjs.js.map: Fetch through target failed: Unsupported URL scheme; Fallback: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME Audit usage of navigator.userAgent,...
Source: https://developer.chrome.com/blog/immutable-document-domain
We have some users with truly terrible internet connections. From time to time, the InfoReceiver times out for them. We'd like to be able to configure a longer timeout for...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Fixes #563 **Update Sept 22, 2021:** Discovered the problem was not fixed for jsonp-polling; that's fixed now as well. Also added the relevant unit tests for both xhr and jsonp.
When the transport supports doing so, set the "Accept" request header to an appropriate value. Doing so informs the server what type of response the client is expecting. Closes https://github.com/sockjs/sockjs-client/issues/540
This PR adds support for passing additional transport options like headers for all transports except websockets and also receiving an `info` event when the /info response is received. The use...