-
Notifications
You must be signed in to change notification settings - Fork 26.7k
Closed
Description
All browsers API returning Promise should be patched.
This is required because the returned Promises would not extend the monkey-patched Promise by default.
It seems like patching might not be needed when microtasks are not used (the monkey patch on the Promise.prototype is taken into account on latest Chrome version (44) but it fails on earlier version. It should probably be tested when other browsers implement the API before we remove the patch on zone.js - we must keep it for zone-microtask.js)
ref:
fetch()
has been patched in feat(Change Detection): Implement collection changes #119- idl can be download via the script in feat(transpiler): map type declarations to dart. #118
Metadata
Metadata
Assignees
Labels
area: zonesIssues related to zone.jsIssues related to zone.js