On Mon, Apr 22, 2013 at 1:50 PM, Joshua Bell <[email protected]> wrote:
> FWIW, we had a Chrome IDB bug report where someone used the developer > tools to set a script breakpoint between the open() call and the event > handler assignments. The debugger spins the event loop, so the event was > dispatched before the handlers were assigned. The answer was "so don't do > that", but it's a similar API/platform gotcha leading to developer > confusion. > I would claim that's an implementation bug. - Kyle
