Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ Implements _Zones_ for JavaScript, inspired by [Dart](https://www.dartlang.org/a

> If you're using zone.js via unpkg please provide a query param `?main=browser`
`https://unpkg.com/zone.js?main=browser`
> If you're using `newrelic` make sure you import `newrelic` first as it patches global.Promise before zone,js does
> If you're using the following library, make sure you import them first
> 1. 'newrelic' as it patches global.Promise before zone,js does
> 2. 'async-listener' as it patches global.setTimeout, global.setInterval before zone,js does
> 3. 'continuation-local-storage' as it uses async-listener

# NEW Zone.js POST-v0.6.0

Expand Down