-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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'));
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels