pentest-distro-builder/filesystem/root/.vscode/extensions/ms-vscode.cpptools-0.18.1/node_modules/zone.js
2018-10-17 15:35:13 -06:00
..
dist Parrot preseed changes 2018-10-17 15:35:13 -06:00
lib Parrot preseed changes 2018-10-17 15:35:13 -06:00
CHANGELOG.md Parrot preseed changes 2018-10-17 15:35:13 -06:00
LICENSE Parrot preseed changes 2018-10-17 15:35:13 -06:00
LICENSE.wrapped Parrot preseed changes 2018-10-17 15:35:13 -06:00
package.json Parrot preseed changes 2018-10-17 15:35:13 -06:00
README.md Parrot preseed changes 2018-10-17 15:35:13 -06:00

Zone.js

Build Status CDNJS

Implements Zones for JavaScript, inspired by Dart.

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 the following library, make sure you import them first

  • 'newrelic' as it patches global.Promise before zone,js does
  • 'async-listener' as it patches global.setTimeout, global.setInterval before zone,js does
  • 'continuation-local-storage' as it uses async-listener

NEW Zone.js POST-v0.6.0

See the new API here.

Read up on Zone Primer.

What's a Zone?

A Zone is an execution context that persists across async tasks. You can think of it as thread-local storage for JavaScript VMs.

See this video from ng-conf 2014 for a detailed explanation:

screenshot of the zone.js presentation and ng-conf 2014

See also

License

MIT