[Webkit-unassigned] [Bug 225328] New: Web Inspector: PromiseStatus should be "fulfilled", not "resolved"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 3 13:41:35 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=225328
Bug ID: 225328
Summary: Web Inspector: PromiseStatus should be "fulfilled",
not "resolved"
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bugmenot at mailinator.com
CC: inspector-bugzilla-changes at group.apple.com
Seems like nobody filled an issue for Safari yet. Quoting from the now closed Chromium bug:
According to spec, and docs online, "An unresolved promise is always in the pending state. A resolved promise may be pending, fulfilled or rejected."
http://www.ecma-international.org/ecma-262/6.0/#sec-promise-objects
V8 generates internal property [[PromiseStatus]], which is pending, resolved, or rejected. It seems more correct for 'resolved' to be renamed to 'fulfilled'.
See:
https://bugs.chromium.org/p/v8/issues/detail?id=6751
https://twitter.com/jaffathecake/status/1248179232775319559
--
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/20210503/b9832052/attachment.htm>
More information about the webkit-unassigned
mailing list