mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, since the `HttpXhrBackend` is a singleton, the macrotask was created and completed only for the initial request since it was stored as in property in the class instance. This commit replaces this logic to create a macro task for every XHR request. Closes #49730 PR Close #49776 |
||
|---|---|---|
| .. | ||
| helloworld-spec.ts | ||
| http-transferstate-lazy-spec.ts | ||
| protractor.config.js | ||
| transferstate-spec.ts | ||
| tsconfig.json | ||
| util.ts | ||