Skip to content

Commit f7dc469

Browse files
committed
[doc] Fix the type of the data argument
1 parent 976c53c commit f7dc469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ws.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ of the string values defined below under [Error codes](#error-codes).
395395

396396
### Event: 'message'
397397

398-
- `data` {Buffer|ArrayBuffer|Buffer[]}
398+
- `data` {ArrayBuffer|Blob|Buffer|Buffer[]}
399399
- `isBinary` {Boolean}
400400

401401
Emitted when a message is received. `data` is the message content. `isBinary`

0 commit comments

Comments
 (0)