Screen: availWidth-Eigenschaft
        
        
          
                Baseline
                
                  Widely available
                
                
              
        
        
        
          
                
              
                
              
                
              
        
        
      
      This feature is well established and works across many devices and browser versions. It’s been available across browsers since Juli 2015.
Die Screen.availWidth-Eigenschaft gibt die verfügbare horizontale Fläche (in CSS-Pixeln) für das Fenster zurück.
Wert
Eine Zahl.
Beispiele
js
const screenAvailWidth = window.screen.availWidth;
console.log(screenAvailWidth);
Spezifikationen
| Specification | 
|---|
| CSSOM View Module> # dom-screen-availwidth> | 
Browser-Kompatibilität
Loading…