mirror of
https://github.com/fluencelabs/js-libp2p-websockets
synced 2025-05-05 10:32:37 +00:00
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
|
'use strict'
|
||
|
|
||
|
module.exports = function () {
|
||
|
throw new Error('WebSocket Servers can not be created in the browser!')
|
||
|
}
|