Binds a new HTMLVideoElement for monitoring. If a video element is already bound, it is unbound and the new element is bound in its place. A null value just unbinds.
The new HTMLVideoElement to be monitored, or null to unbind.
Registers an observer that will be notified when the resolution of the video element changes, or when the video element is unbound.
An instance of VideoElementResolutionObserver that will receive update notifications.
Removes a previously registered observer, stopping it from receiving any further notifications.
The observer to be removed from the notification queue.
[[VideoElementResolutionMonitor]] monitors a video element for resolution changes, first-frame rendering, and render metrics.
This interface has expanded beyond resolution and should eventually be renamed.