%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : www.kowitt.ac.th / Your IP : 216.73.216.118 Web Server : Microsoft-IIS/7.5 System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.6.31 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files/Microsoft VS Code/resources/app/extensions/git/node_modules/zone.js/ |
Upload File : |
# Zone.js [](https://travis-ci.org/angular/zone.js) [](https://cdnjs.com/libraries/zone.js) Implements _Zones_ for JavaScript, inspired by [Dart](https://www.dartlang.org/articles/zones/). > 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](./dist/zone.js.d.ts). Read up on [Zone Primer](https://docs.google.com/document/d/1F5Ug0jcrm031vhSMJEOgp1l-Is-Vf0UCNDY-LsQtAIY). ## What's a Zone? A Zone is an execution context that persists across async tasks. You can think of it as [thread-local storage](http://en.wikipedia.org/wiki/Thread-local_storage) for JavaScript VMs. See this video from ng-conf 2014 for a detailed explanation: [](//www.youtube.com/watch?v=3IqtmUscE_U) ## See also * [async-listener](https://github.com/othiym23/async-listener) - a similar library for node * [Async stack traces in Chrome](http://www.html5rocks.com/en/tutorials/developertools/async-call-stack/) * [strongloop/zone](https://github.com/strongloop/zone) * [vizone](https://github.com/gilbox/vizone) - control flow visualizer that uses zone.js ## License MIT