Bug 261859 - Don't attempt to resolve JS promises if their script execution context is stopped
Summary: Don't attempt to resolve JS promises if their script execution context is sto...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-20 20:21 PDT by Chris Dumez
Modified: 2023-09-20 20:22 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-09-20 20:21:10 PDT
Don't attempt to resolve JS promises if their script execution context is stopped.
Comment 1 Radar WebKit Bug Importer 2023-09-20 20:21:23 PDT
<rdar://problem/115819514>
Comment 2 Chris Dumez 2023-09-20 20:22:09 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18003