This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$browser.startPoller() should be private #387
Closed
Description
We should remove this method from docs and hide.
I hope there is no reason to expose it anymore, as polling is started automatically, when first poll callback is registered.
I feel the same for poll() method. Any reason why we need these methods to be public ?
Sounds like we need it only when testing...