- From: Kyle Huey <me@kylehuey.com>
- Date: Mon, 22 Apr 2013 13:57:17 -0700
- To: Joshua Bell <jsbell@chromium.org>
- Cc: public-webapps <public-webapps@w3.org>
Received on Monday, 22 April 2013 20:57:44 UTC
On Mon, Apr 22, 2013 at 1:50 PM, Joshua Bell <jsbell@chromium.org> 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
Received on Monday, 22 April 2013 20:57:44 UTC