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')); } ```