[web-audio-api] Disallow AudioContext.createDelay(max) where max <= 0 (#187)

> Originally reported on W3C Bugzilla [ISSUE-19910](https://www.w3.org/Bugs/Public/show_bug.cgi?id=19910) Thu, 08 Nov 2012 17:37:03 GMT
> Reported by Ehsan Akhgari [:ehsan]
> Assigned to 

It doesn't really make sense for the maxDelay parameter to be negative or 0.  We should probably throw NOT_SUPPORTED_ERR when that happens.

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

Received on Wednesday, 11 September 2013 14:31:25 UTC