This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
We need to specify exactly what happens when you set WaveShaperNode.curve to a new array value. Roc's proposal was that we should copy the arrays set to this attribute when it the attribute is set and use the internal copies from that point on so that we don't race with those arrays being modified on the main thread. I support that proposal.
I also support copy-on-assignment, it's the clearest definition. I would prefer a specific set-method though (it would be even clearer IMO), but if backwards compat is important we could do it as suggested by ROC.
I also prefer a setter method to make this clearer (and I don't think a getter method is needed at all, since content code can track the array if it needs to very easily by setting an expando property on the node, etc.) roc, how much are you worried about the backwards compat issue here?
Web Audio API issues have been migrated to Github. See https://github.com/WebAudio/web-audio-api/issues
Closing. See https://github.com/WebAudio/web-audio-api/issues for up to date list of issues for the Web Audio API.