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 .timestamp in MIDIMessage should be explicitly allowed to be set to zero for the purposes of sendMIDIMessage, with the semantic of "send this as soon as possible".
I like that. You can generalize this to: if the .timestamp is less or equal to the current time, the message is sent asap. and "hello" from me :)
Yes, I think I'll try to get a wording that accepts undefined and null as ASAP values as well.
Resolved with checkin: https://dvcs.w3.org/hg/audio/rev/f4727ce84474
Precise link to change is https://dvcs.w3.org/hg/audio/rev/f4727ce84474#l1.211 Everyone seems to agree. Closing.