Skip to content

Fullchee/jsdom-stripping-aspect-ratio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsdom v21 with Node 14

CSSStyleDeclaration {
  '0': 'aspect-ratio',
  '1': 'color',
  _values: { 'aspect-ratio': '1 / 1', color: 'black' },
  _importants: { 'aspect-ratio': '', color: '' },
  _length: 2,
  _onChange: [Function (anonymous)]
}

jsdom v16

CSSStyleDeclaration {
    '0': 'color',
    _values: { color: 'black' },
    _importants: { color: '' },
    _length: 1,
    _onChange: [Function (anonymous)]
  }

jsdom v24

CSSStyleDeclaration {
    '0': 'aspect-ratio',
    '1': 'color',
    _values: { 'aspect-ratio': '1 / 1', color: 'black' },
    _importants: { 'aspect-ratio': '', color: '' },
    _length: 2,
    _onChange: [Function (anonymous)],
    _setInProgress: false
  }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published