browser-compat-data
browser-compat-data copied to clipboard
Fix error in MediaQueryList.addEventListener note
Summary
MediaQueryList.addEventListener
was not based on EventTarget before Safari 14, otherwise it would implement the addEventListener
and removeEventListener
methods and so you would not need to use addListener
.
It looks like this might have been accidentally flipped in code review ('is not' => 'was not' => 'is').
Test results and supporting details
N/A
Related issues
N/A