GitXplorerGitXplorer
e

websocket-test

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5ae312d2a1e89dfc0e0bd0d68b067fa1f3d8d9dc

Update message.txt

eerykpiast committed 10 years ago
Unverified
121b067a078bec5b04b4f93c6e6136ee2d87ba0f

Update README.md

eerykpiast committed 10 years ago
Unverified
9a86dc053c6e12f362061b6b6ae57102582ffcf5

initial commit

eerykpiast committed 10 years ago

README

The README file for this repository.

websocket-test

Test if WebSockets message will be sent to server if page is reloading.

It seems that WS is the most reliable method of sending data right before changing the page (ex. on click on external link). XHR and Image requests are canceled by browser, but WS disconnects after finishing sending queued messages.