[web-audio-api] AudioContext.createBuffer(chan, len, rate) should accept only non-zero positive values (#114)

> Originally reported on W3C Bugzilla [ISSUE-19854](https://www.w3.org/Bugs/Public/show_bug.cgi?id=19854) Sun, 04 Nov 2012 14:46:50 GMT
> Reported by Olli Pettay
> Assigned to 

Currently one can create useless buffers by passing 
0 as one of the parameter. That should not be allowed, but an
exception should be thrown.

---
Reply to this email directly or view it on GitHub:
https://github.com/WebAudio/web-audio-api/issues/114

Received on Wednesday, 11 September 2013 14:28:48 UTC