Can the resolution of a Scatter plotly figure be dynamically adjusted?

To increase speed, I wonder if it would be possible to dynamically adjust the resolution (i.e. the number of rendered datapoints) of a plotly Scatter figure, so that if you zoom in a specific region of the plot, more datapoints become visible. This issue might also affect other plotly objects.
This would increase the performance of html embeded plotly graphics drastically.