We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2096416 commit 5b0ab59Copy full SHA for 5b0ab59
playgrounds/default/dobs.config.ts
@@ -7,7 +7,7 @@ export default {
7
plugins: [
8
cachePlugin({ ttl: 1000 }),
9
websocket({
10
- open(ws) {
+ open() {
11
console.log('[ws] connected');
12
},
13
message(ws, message) {
0 commit comments