in OpenLayers 5.3 we used to do this to change pixelRatio of all the layers in map:
this.map.pixelRatio_ = newRatio; this.map.updateSize();
Howev