Re: [heycam/webidl] Distinguishability of buffers source types needs to be defined better (#50)

If we treat each buffer source type as its own interface, then because [`ArrayBufferView`](https://heycam.github.io/webidl/#ArrayBufferView) is:
```idl
typedef (Int8Array or Int16Array or Int32Array or
         Uint8Array or Uint16Array or Uint32Array or Uint8ClampedArray or
         Float32Array or Float64Array or DataView) ArrayBufferView;
```

I think the union distinguishability rules already give us the behavior you think is right.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/50#issuecomment-251542836

Received on Tuesday, 4 October 2016 23:29:12 UTC