1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
6 window.WebSocket = function(url) {
8 window.setTimeout(function() {
9 sockets.map(function(s) {
16 window.WebSocket.prototype.send = function(msg) {
17 // Uncomment for debugging:
18 // console.log("fake WebSocket: send: "+msg);