-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix promise handling; remove extensions allowed flag
This makes waitUntil() wait only the given promises instead of all the promises in the given promises' chains. So, it removes the direct references to the promises internal slots. This replaces the extensions allowed flag with the combinations of the pending promises count and the state of the event's dispatch flag.
- Loading branch information
Showing
4 changed files
with
211 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.