Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/parse-community/parse-server
/ constructor
Method
constructor
spec/ParseWebSocketServer.spec.js:45–47 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
43
let
wssError;
44
class
WSSAdapter {
45
constructor(options) {
46
this.options = options;
47
}
48
onListen() {}
49
onConnection() {}
50
onError() {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected