This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Audio-ISSUE-57 (JavaScriptAudioNodeName): JavaScriptAudioNode name [Web Audio API] http://www.w3.org/2011/audio/track/issues/57 Raised by: Philip Jägenstedt On product: Web Audio API The name is extremely odd for a Web specification, hopefully unprecedented. >From a spec-lawyering point of view, WebIDL is supposed to be language-agnostic, so it's weird to put the name of a language into the name of an interface. What would it be called in Dart? Suggestions: CustomAudioNode or CallbackAudioNode.
*** Bug 17494 has been marked as a duplicate of this bug. ***
I also suggested that createJavaScriptNode be renamed to createNode. [1] [1] http://lists.w3.org/Archives/Public/public-audio/2012JulSep/0158.html
based on: https://www.w3.org/Bugs/Public/show_bug.cgi?id=17407 The name has been changed to ScriptProcessorNode The suggested create method name is createScriptProcessor()
Resolved by Comment #3
… and closing