AudioBufferSourceOptions.buffer is nullable |
||
Issue description
It should be valid to do
new AudioBufferSourceNode(context, {buffer: null})
See https://github.com/WebAudio/web-audio-api/issues/980
ConvolverOptions also has this issue, but it was fixed in https://codereview.chromium.org/2352463002/
,
Sep 23 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Sep 20 2016