オブジェクト: ccchart.wsidoj
例: {
hoge1: wsObject,
hoge2: wsObject,
:
:
}
Chrome Win なら[Ctrl]+[Shift]+J、Macなら[command]+[option]+Jなどでコンソールを開き、 たとえば、ccchart.wsidoj と打ち込んでみてください。
console.log(JSON.stringify(ccchart.wsidoj))
の結果:
{
"hoge1": {
"binaryType": "blob",
"onmessage": null,
"protocol": "ws.ccchart.com",
"extensions": "",
"onclose": null,
"onerror": null,
"onopen": null,
"bufferedAmount": 0,
"readyState": 1,
"url": "ws://202.215.119.36:8016/",
"URL": "ws://202.215.119.36:8016/",
"uid": "-ccchart-ws-5738fb61-4dc0-4554-9066-c57b178d3532",
"op": {
"autoReConnect": true,
"maxReConnect": 8,
"useHb": true,
"hbStr": "Heartbeat",
"hbInterval": 60000,
"protocol": "ws.ccchart.com",
"wscaseName": "oneColAtATime",
"id": "hoge1",
"uid": "-ccchart-ws-5738fb61-4dc0-4554-9066-c57b178d3532",
"url": "ws://202.215.119.36:8016",
"hbTimer": 1
},
"wsIncomingCounter": 0,
"wsThinOutInterval": 0
},
"hoge2": {
"binaryType": "blob",
"onmessage": null,
"protocol": "ws.ccchart.com",
"extensions": "",
"onclose": null,
"onerror": null,
"onopen": null,
"bufferedAmount": 0,
"readyState": 1,
"url": "ws://202.215.119.36:8016/",
"URL": "ws://202.215.119.36:8016/",
"uid": "-ccchart-ws-ea82d5b0-6632-432b-a77d-b8e1f8e3366d",
"op": {
"autoReConnect": true,
"maxReConnect": 8,
"useHb": true,
"hbStr": "Heartbeat",
"hbInterval": 60000,
"protocol": "ws.ccchart.com",
"wscaseName": "oneColAtATime",
"id": "hoge2",
"uid": "-ccchart-ws-ea82d5b0-6632-432b-a77d-b8e1f8e3366d",
"url": "ws://202.215.119.36:8016",
"hbTimer": 2
},
"wsIncomingCounter": 0,
"wsThinOutInterval": 0
}
}