Re: [w3ctag/design-reviews] HTML General Review: Web Sockets (#268)

It should be possible to replace

```
void send(ArrayBuffer data);
void send(ArrayBufferView data);
```
with ```void send(BufferSource data);``` which is a typedef for both. https://heycam.github.io/webidl/#BufferSource



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/268#issuecomment-408178846

Received on Thursday, 26 July 2018 17:47:17 UTC