simontonsoftware / s-libs

A collection of libraries for any of javascript, rxjs, or angular.
MIT License
43 stars 5 forks source link

[ng-dev] Bug: `IsPageVisibleHarness` with multiple subscribers #111

Open ersimont opened 10 months ago

ersimont commented 10 months ago

IsPageVisibleHarness doesn't handle multiple subscribers to document.addEventListener('visibilitychange'). E.g. when using both isPageVisible$() and keepWakeLock$().

ersimont commented 10 months ago

Look into adding ensureSpiedOn() in the process