devicePixelContentBoxSize property
      
      JSArray<ResizeObserverSize> 
      get
      devicePixelContentBoxSize
      
    
    
The devicePixelContentBoxSize read-only property of
the ResizeObserverEntry interface returns an array containing the size
in device pixels of the observed element when the callback is run.
Implementation
external JSArray<ResizeObserverSize> get devicePixelContentBoxSize;