On Wed, Jan 12, 2011 at 3:42 AM, Philip Jägenstedt <[email protected]> wrote: > * add HTMLMediaElement.seek(t, [exact]), where exact defaults to false if > missing
Boolean parameters are evil, since it's impossible to guess what they do from reading the code. Make it a two-value enum instead. The second argument could be extended to a bitfield later if desired, too.
