Skip to content

Commit

Permalink
Added section on settled (emberjs#3522)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlarsen authored and chrisrng committed Aug 28, 2018
1 parent 2eddbc4 commit 63537be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/blog/2018-08-24-the-ember-times-issue-61.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ Be sure to [read the original proposal over at Github](https://github.com/emberj

---

## [SECTION TITLE](#section-url)
## [Wait for it...](https://github.com/emberjs/data/pull/5545)
A new PR has been merged to Ember Data that improves your use of `async ... await` while simultaneously detecting asynchronous test leaks in their data layer.

The feature works in non-production environments and they made sure that the test-waiter does not cause waiting by default in order to prevent breaking any apps that upgrade their version of Ember Data.

This new feature comes with two feature flags `store.shouldTrackAsyncRequests ` and `store.generateStackTracesForTrackedRequests`. To learn all about them and some more information on this new feature, be sure to check out [the pull request.](https://github.com/emberjs/data/pull/5545)

---

Expand Down

0 comments on commit 63537be

Please sign in to comment.