angular/packages/zone.js/lib
Andrew Scott fc557f0276 fix(zone.js): support passthrough of Promise.try API
When Zone patches Promise, it uses ZoneAwarePromise. The new Promise.try API was undefined on ZoneAwarePromise, making it unavailable when zone was present. This change gracefully passes through Promise.try to the native Promise implementation, if available, without patching it to execute in the right zone (our stance is not to add new patches but avoid destructively making new APIs unavailable).

Fixes #67057
2026-02-17 11:32:49 -08:00
..
browser refactor(zone.js): remove legacy browser support (#63511) 2025-10-16 14:58:45 +00:00
common fix(zone.js): support passthrough of Promise.try API 2026-02-17 11:32:49 -08:00
extra refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
jasmine fix(zone.js): Support jasmine v6 2025-10-24 18:46:04 +02:00
jest refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
mix refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
mocha refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
node refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
rxjs refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
testing refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
zone-spec refactor(zone.js): Improve missing proxy zone error for jest imported (#64497) 2025-10-22 23:26:23 +00:00
BUILD.bazel refactor(zone.js): remove legacy browser support (#63511) 2025-10-16 14:58:45 +00:00
zone-global.d.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
zone-impl.ts refactor(zone.js): remove legacy browser support (#63511) 2025-10-16 14:58:45 +00:00
zone.api.extensions.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
zone.configurations.api.ts refactor(zone.js): remove legacy browser support (#63511) 2025-10-16 14:58:45 +00:00
zone.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00