-
Eduardo Sanz García authored
Previously, after `FrameObserver` was constructed it required `.observe(callback1, callback2)` method to be executed to start the observation. With this change the callbacks are provided in the constructor and the observation starts immediately.
bbe76799