This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The proper Web IDL is: [Constructor(unsigned long numberOfChannels, unsigned long length, float sampleRate)] interface OfflineAudioContext : AudioContext { void startRendering(); attribute OfflineRenderSuccessCallback oncomplete; }; The comment behind the IDL in the spec can also go away.
Fixed in https://dvcs.w3.org/hg/audio/rev/4275c082b3de.
(I didn't remove the comment, please feel free to remove it if you think that's a good idea, Chris. Thanks!)
(In reply to comment #1) > Fixed in https://dvcs.w3.org/hg/audio/rev/4275c082b3de. Seeing no objection to the fix/changeset. Closing.