Observable.interval in inactive tab work different than plain js setInterval()
Open http://jsbin.com/muvaqipaqa/1/edit?html,js,console,output
See 'i:0', 'j:0', ... in console. Switch to another browser tab for 30 seconds or so. Switch back to jsbin tab. See that i have much more different value than j
RxJS version:
5.5.2
Code to reproduce:
http://jsbin.com/muvaqipaqa/1/edit?html,js,console,output
Expected behavior:
i and j have same values
Actual behavior:
i and j have different values