-
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.
Change waitUntil behavior; use reference count approach for extension (…
…#1049) (1) This removes the extendable event's extensions allowed flag and introduces a reference count based approach instead of the promise-copying-and-checking approach. (2) This extends the opportunities of the lifetime extension by allowing waitUntil() in the task queued by the reaction to the given promise. Fixes #931 #935 #1039 #1050.
- Loading branch information
Showing
4 changed files
with
293 additions
and
383 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.