-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
Adapt api.MediaKeySession.onmessage to new events structure #15167
Adapt api.MediaKeySession.onmessage to new events structure #15167
Conversation
This PR adapts the message event of the MediaKeySession API to conform to the new events structure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://source.chromium.org/chromium/chromium/src/+/6e3647df59a9b8a2c77d49ce5681e2a5b3ab7d17 shows that the event handler attributes were added after the events themselves. Can you add partial_implementation
ranges?
I think the following is needed here:
And
(same structure [with different versions] for other chromium based browsers) |
}, | ||
"chrome": [ | ||
{ | ||
"version_added": "55" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR adapts the message event of the MediaKeySession API to conform to the new events structure.