Remove two steps process for `FrameObserver`
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.
Showing
Please register or sign in to comment