We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e66b5 commit 2eb773dCopy full SHA for 2eb773d
example/static/sws.js
@@ -1,7 +1,7 @@
1
function SessionWebSocket(cb) {
2
var xhr = new XMLHttpRequest()
3
//use https and go over the same port as the server
4
- xhr.open("GET","/"+(new Date()+0))
+ xhr.open("GET","/?no-cache="+(new Date()+0))
5
6
//set our header to get the token
7
xhr.setRequestHeader("x-access-request-token","simple")
0 commit comments