-
follow up: it was not the best idea
window.matchMedia('(prefers-reduced-data: reduce)').matches
is superfluous when you’re using saveData (and the browser support for saveData is better!) Thanks @yoavweiss!
window.matchMedia('(prefers-reduced-data: reduce)').matches
is superfluous when you’re using saveData (and the browser support for saveData is better!)
Thanks @yoavweiss!