Interface DevicePixelRatioMonitor

[[DevicePixelRatioMonitor]] manages device pixel ratio observers.

interface DevicePixelRatioMonitor {
    registerObserver(observer: DevicePixelRatioObserver): void;
    removeObserver(observer: DevicePixelRatioObserver): void;
}

Implemented by

Methods