Home
last modified time | relevance | path

Searched refs:ws_schema (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/webclients/novnc/include/
Dwebsock.js207 init: function (protocols, ws_schema) { argument
227 !!(new WebSocket(ws_schema + '://.').binaryType))) {
272 var ws_schema = uri.match(/^([a-z]+):\/\//)[1];
273 protocols = this.init(protocols, ws_schema);