We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
prefers-reduced-data
As an user I want to minimize my downloads To reduce my phone bill
There is a CSS rule for that, we can exploit it in javvascript to NOT getting even metadata and wait for a voluntary action from the user https://www.w3.org/TR/mediaqueries-5/#prefers-reduced-data
As for #180 (comment) , we can use window.matchMedia().matches
window.matchMedia().matches
On the other side, we can sensibilize and recommend integrators about audio encoding, and also set correctly a source order https://github.com/dascritch/cpu-audio/blob/master/INSTALL.md#indicate-a-prefered-downloadable-audio-resource
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As an user
I want to minimize my downloads
To reduce my phone bill
There is a CSS rule for that, we can exploit it in javvascript to NOT getting even metadata and wait for a voluntary action from the user https://www.w3.org/TR/mediaqueries-5/#prefers-reduced-data
As for #180 (comment) , we can use
window.matchMedia().matches
On the other side, we can sensibilize and recommend integrators about audio encoding, and also set correctly a source order https://github.com/dascritch/cpu-audio/blob/master/INSTALL.md#indicate-a-prefered-downloadable-audio-resource
The text was updated successfully, but these errors were encountered: