Re: [webrtc-pc] Order of multiple RTCDataChannel.send calls in case of blobs (#2215)

Re the test at https://github.com/web-platform-tests/wpt/pull/18770 when _**both**_ `data1` and `data2` are `Blob`s order _is_ preserved. The maximum `timeStramp` difference between `timeStamp` properties of `event` within `"message"` handler is `2`, e.g.

```
Blob { size: 4, type: "" } 334
Blob { size: 8, type: "" } 336
```

plnkr https://plnkr.co/edit/7oYM0i?p=preview



-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2215#issuecomment-526714892 using your GitHub account

Received on Friday, 30 August 2019 19:07:52 UTC