browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

Fix error in MediaQueryList.addEventListener note

Open 36degrees opened this issue 1 year ago • 0 comments

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

36degrees avatar Aug 04 '22 09:08 36degrees