atmosphere-javascript icon indicating copy to clipboard operation
atmosphere-javascript copied to clipboard

atmosphere-javascript

Results 16 atmosphere-javascript issues
Sort by recently updated
recently updated
newest added

I have upgraded the Atmosphere version from 2.5.12 to 2.7.6 and the atmosphere javascript version from 2.3.9 to 3.1.3 in my application. I noticed the below change in the latest...

Hey! I used ''npm install atmosphere.js'' to install atmosphere to my VUE-CLI project. Npm showed that I succeeded in installing it, however, when I opened the browser, the console has...

In [the docs](https://github.com/Atmosphere/atmosphere/wiki/atmosphere.js-API), the `unsubscribe` method is a top level function that, as far as I can tell, closes all known connections to all servers at once. I don't see...

Some findings after exposing the file to the TypeScript compiler...

Explain in https://github.com/Atmosphere/atmosphere that server 2.7.2 requires client 3.1.0 So what is the corresponding description of other versions. If my client uses the 3.1.x, how about server side, is there...

Add the second parameter for protocol to creation of WebSocket instance. Without this, the ''Sec-WebSocket-Protocol" is passed as undefined leading to failure of WebSocket connection handshake

Our project use atmosphere.js , now I could get the response code is 200 from the "onClose" function. Request.onClose(Response) {} how to get the specified close code from the onClose...

Hi @jfarcand, Currently, the codebase supports AMD, commonjs and global (the UMD pattern). But, there is not support for ES Modules, so my question is: is there a plan to...

Whenever a message needs to be split into multiple tcp packets, it will not be handled correctly in edge browser After the first tcp packet is received the ajaxRequest.onreadystatechange function...