15 comments (15 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript7,502 forks (7,502 forks)batch import
bugconfirmedgood first issuepinnedunclaimed
Repository metrics
- Stars
- 39,742 stars (39,742 stars)
- PR merge metrics
- Avg merge 111d 10h (Avg merge 111d 10h)3 merged PRs in 30d (3 merged PRs in 30d)
Description
If one calls player.src() the current code for Html5 media will actually overwrite the src on the video rather than appropriately return src or return currentSrc
Contributor guide
- Research direction
- Inspect the Html5 media source code, specifically the player.src() method, to understand why it overwrites the video src instead of returning it or currentSrc. Fix the behavior to appropriately return the src or currentSrc.
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- JavaScriptGit