noteOn(when = 0) { if (api.released && "2012-12-13" <= api.released) { throw new TypeError(` Failed to execute 'noteOn' on 'OscillatorNode': The 'noteOn' has been deprecated since 2012-12-13, use 'start([when])' instead. `.trim().replace(/^\s+/gm, "\t\t")); } void(this, when); } } return OscillatorNode; }