-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `ZoneField`: - `createContextZone`: added parameter `zoneValues`. - `createSafeContextZone`: - Added named parameters `zoneSpecification` and `zoneValues` - Changed `handleUncaughtError` to named parameter. - `APIRoot`: - `_callZoned`: - Fix closure memory leak. - Optimize and avoid a new closure on parameter `handleUncaughtError` for every `Zone` created through `currentAPIRequest.createSafeContextZone`. Now using a single `ZoneSpecification` instance. - Ensure that `currentAPIRequest.disposeContextZone(callZone)` is always called. - async_extension: ^1.2.14 - test: ^1.25.14
- Loading branch information
Showing
3 changed files
with
22 additions
and
4 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
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
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