Closed
Bug 1245319
Opened 10 years ago
Closed 7 years ago
404 Videotrack.sourceBuffer and Texttrack.sourceBuffer
Categories
(Developer Documentation Graveyard :: General, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: john.knappster, Unassigned)
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
There are links to TextTrack.sourceBuffer and VideoTrack.sourceBuffer on pages such as https://developer.mozilla.org/en-US/docs/Web/API/MediaSource under: Related pages for Media Source Extensions that lead to 404 pages.
https://developer.mozilla.org/en-US/docs/Web/API/TextTrack/sourceBuffer
https://developer.mozilla.org/en-US/docs/Web/API/VideoTrack/sourceBuffer
Comment 1•7 years ago
|
||
No 404s on https://developer.mozilla.org/en-US/docs/Web/API/MediaSource for these anymore.
There is
https://developer.mozilla.org/en-US/docs/Web/API/VideoTrack/sourceBuffer
https://developer.mozilla.org/en-US/docs/Web/API/MediaSource/sourceBuffers
https://developer.mozilla.org/en-US/docs/Web/API/SourceBuffer/textTracks
https://developer.mozilla.org/en-US/docs/Web/API/TextTrack/sourceBuffer is likely not a thing anymore (not in the spec anymore).
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•