Recursive XHR Call on a Sliding Interval
Preparing a demo for my talk titled “A Practical Overview of Actors in Service Fabric“, that was given at MSDEVMTL and that will be given at DevTeach 2016, I use TypeScript poll a REST API for new messages.
This experiment helped me understand => in TypeScript. Since I lost a few cycles trying to figure this out, I decided to share an example. Continue Reading…