WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
225328
Web Inspector: PromiseStatus should be "fulfilled", not "resolved"
https://bugs.webkit.org/show_bug.cgi?id=225328
Summary
Web Inspector: PromiseStatus should be "fulfilled", not "resolved"
bugmenot
Reported
2021-05-03 13:41:35 PDT
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
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-05-10 13:42:15 PDT
<
rdar://problem/77781649
>
Cheng You Bai (:cybai)
Comment 2
2023-07-04 08:52:07 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/15544
EWS
Comment 3
2023-07-14 00:44:29 PDT
Committed
266058@main
(359976cda05e): <
https://commits.webkit.org/266058@main
> Reviewed commits have been landed. Closing PR #15544 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug