Interface DevicePixelRatioSource

[[DevicePixelRatioSource]] provides an interface for the source of the device pixel ratio.

interface DevicePixelRatioSource {
    devicePixelRatio(): number;
}

Implemented by

Methods