Implement the following when dom.netinfo.enabled is flipped to true in Firefox beta
if ('connection' in navigator && navigator.connection.saveData === undefined)
{
navigator.connection.saveData = true;
navigator.connection.dispatchEvent(new Event('change'));
}
Implement the following when
dom.netinfo.enabledis flipped totruein Firefox beta