Re: [File API] Draft for Review

On Thu, Jan 26, 2012 at 10:45 PM, Mike Taylor <miket@opera.com> wrote:

> As someone who occasionally has to look up if the 3rd argument to
> XMLHttpRequest.open() means sync or async, I agree with Tab. And that's
> something I've been using for years. Forget about synthetic keyboard events
> [1]:
>
> event.initKeyEvent("keypress", true, true, null, null, false, false,
> false, false, 9, 0);
>

This is showing exactly my point: the null, 9 and 0 arguments are just as
mysterious as the boolean arguments.  It's hard to understand because there
are too many arguments, not because they're boolean.

-- 
Glenn Maynard

Received on Friday, 27 January 2012 04:55:15 UTC