Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jq-rs authored Feb 17, 2022
1 parent 02a786f commit 6db8f70
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,6 @@ const MSGISLAST = (0x1 << 5);
*/
webWorker.postMessage[("send", data, uid, channel, isEncryptedChannel, randarr, msgtype, valueOfDate)]
```
### Send message receive
```
/**
* Mles WebSocket send receive after send
*
* @param send {String} OUT: command parameter of receive "send"
* @param uid {String} OUT: Original Mles User Id
* @param channel {String} OUT: Original Mles Channel
* @param isMultipart {boo OUT: true, if send was multipart
*/
webWorker.onmessage = e.data["send", uid, channel, isMultipart]
```
### Data message receive
```
/**
Expand Down

0 comments on commit 6db8f70

Please sign in to comment.