[Question] Client Hints #72
-
| 
         It is possible to enable Client Hints in Chrome, to get information about the current connection. Does this have any effect on the savedata option?  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            andreruffert
          
      
      
        Mar 20, 2021 
      
    
    Replies: 1 comment 1 reply
-
        
 Short answer is no. The current implementation is using the   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        mimmi20
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Short answer is no.
The current implementation is using the
navigator.connectionAPI with a string comparison of the effectiveType.The following values
slow-2g|2g|3genable the savedata boolean by default. More info.