Confirmed users
1,340
edits
No edit summary |
|||
| (2 intermediate revisions by one other user not shown) | |||
| Line 29: | Line 29: | ||
var ws = request.value; | var ws = request.value; | ||
if (ws.clientProtocols.indexOf("intentAsProtocol") == -1) { | if (ws.clientProtocols.indexOf("intentAsProtocol") == -1) { | ||
// not supported | |||
ws.close(); | ws.close(); | ||
return; | return; | ||
| Line 55: | Line 56: | ||
== Use Case == | == Use Case == | ||
[[Category:Web APIs]] | |||