fancy-canvas icon indicating copy to clipboard operation
fancy-canvas copied to clipboard

device-pixel-ratio: migrate to EventTarget methods of MediaQueryList

Open Nipheris opened this issue 7 months ago • 0 comments

addListener and removeListener methods of MediaQueryList are deprecated for years, but are still called by device-pixel-ratio.ts. We should switch to addEventListener/removeEventListener.

Nipheris avatar Jul 10 '24 16:07 Nipheris