UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36
Steps to reproduce the problem:
The WebIDL file for
AudioScheduledSourceNode should have a start operation that defined in AudioBufferSourceNode:
[RaisesException] void start(optional double when = 0, optional double grainOffset, optional double grainDuration);
then the start operation in AudioBufferSourceNode can be removed.
Mozilla has done just that see https://developer.mozilla.org/en-US/docs/Web/API/AudioScheduledSourceNode/start
then AudioBufferSourceNode doesn't need an explicit start operation.
What is the expected behavior?
What went wrong?
WebIDLs should be changed.
Did this work before? N/A
Does this work in other browsers? N/A
Chrome version: 65.0.3325.162 Channel: n/a
OS Version: Cinnamon
Flash Version:
Comment 1 by terry@google.com
, Mar 22 2018Should have mentioned that AudioScheduledSourceNode original operation can be removed: [RaisesException] void start(optional double when);