[Webkit-unassigned] [Bug 204465] `unhandledrejection` event is fired later than specified

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 22 16:17:19 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=204465

--- Comment #3 from mike at bocoup.com ---
> The test case presented here doesn't log anything. I guess it's missing
> Promise.reject().

Yes, sorry about that! (Though hopefully even the broken example still
logs `readystatechange` a couple times.)

> If I open https://jsbin.com/wozetohudo/5/edit?html,output in Chrome or
> Firefox, the order of operations is readystatechange, readystatechange,
> unhandledrejection.

This may be an artifact of loading the page over a network connection.
Additionally, the JSBin service is presenting the test case with some
modifications and in the context of an iframe. They offer a feature to
disable this (via the `/silent` path suffix), but it doesn't seem to be
working here.

This was also reported during triage of my report to Chromium [1]. Perhaps
this is the result of some shared code.

[1] https://bugs.chromium.org/p/chromium/issues/detail?id=1027230

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191123/b624e0d9/attachment-0001.htm>


More information about the webkit-unassigned mailing list