fancy-canvas
fancy-canvas copied to clipboard
device-pixel-ratio: migrate to EventTarget methods of MediaQueryList
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
.