-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
url added: loadstart url added to event #28242
Conversation
Preview URLs (comment last updated: 2023-07-29 15:18:14) |
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.
Thank you for your PR, @rohini-ranjanR ! I had a copy-edit suggestion (I took the words mostly from https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement#loadstart).
The issue (#27820) also mentions updating the <video>
page: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#events. Do you want to take care of that in this PR as well?
Co-authored-by: wbamberg <[email protected]>
Sure |
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.
👍 thank you @rohini-ranjanR !
Description
Adding
loadstart
URL in event section https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio#eventsMotivation
Additional details
Related issues and pull requests
Fixes #27820