We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MediaQueryList inherits EventTarget only from Safari 14. Currently all browsers implement addListener and removeListener already. see https://developer.mozilla.org/en-US/docs/Web/API/MediaQueryList We should use it for now.
MediaQueryList
EventTarget
addListener
removeListener
See above.
No response
The text was updated successfully, but these errors were encountered:
[dashboard] fix #4068: load on Safari < 14
c061659
babf0a4
[dashboard] fix gitpod-io#4068: load on Safari < 14
81429dd
akosyakov
Successfully merging a pull request may close this issue.
Bug description
MediaQueryList
inheritsEventTarget
only from Safari 14. Currently all browsers implementaddListener
andremoveListener
already. see https://developer.mozilla.org/en-US/docs/Web/API/MediaQueryList We should use it for now.Steps to reproduce
See above.
Expected behavior
No response
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: