Skip to content

Commit

Permalink
[doc] Fix the type of the data argument
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jul 4, 2024
1 parent 976c53c commit f7dc469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ws.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ of the string values defined below under [Error codes](#error-codes).

### Event: 'message'

- `data` {Buffer|ArrayBuffer|Buffer[]}
- `data` {ArrayBuffer|Blob|Buffer|Buffer[]}
- `isBinary` {Boolean}

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

0 comments on commit f7dc469

Please sign in to comment.