[webkit-reviews] review requested: [Bug 216067] Web Inspector: Uncaught Exception: Missing node for given nodeId : [Attachment 408492] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 16:22:29 PDT 2020


Nikita Vasilyev <nvasilyev at apple.com> has asked  for review:
Bug 216067: Web Inspector: Uncaught Exception: Missing node for given nodeId
https://bugs.webkit.org/show_bug.cgi?id=216067

Attachment 408492: Patch

https://bugs.webkit.org/attachment.cgi?id=408492&action=review




--- Comment #6 from Nikita Vasilyev <nvasilyev at apple.com> ---
Created attachment 408492

  --> https://bugs.webkit.org/attachment.cgi?id=408492&action=review

Patch

There are so many places in our codebase where we omit `catch` on promises.
When they fail, the uncaught exceptions are often quite useless :(


More information about the webkit-reviews mailing list