Skip to content
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

Remove mention of MediaStream #380

Closed
annevk opened this issue Apr 18, 2018 · 0 comments
Closed

Remove mention of MediaStream #380

annevk opened this issue Apr 18, 2018 · 0 comments

Comments

@annevk
Copy link
Member

annevk commented Apr 18, 2018

Per https://w3c.github.io/mediacapture-main/ the createObjectURL() stuff was removed in 2013. It still works in some implementations though, but not Safari.

I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1454889 on Firefox.

annevk added a commit to whatwg/fetch that referenced this issue Apr 18, 2018
The reason this works is that https://html.spec.whatwg.org/#concept-media-load-resource (HTML's media element fetching algorithm) special cases MediaSource and handles it way before Fetch is hit.

Tests: web-platform-tests/wpt#10509 and web-platform-tests/wpt#10515.

Follow-up: whatwg/url#380.

Fixes #457.
annevk added a commit that referenced this issue Apr 20, 2018
This feature was removed in 2013 from Media Capture and Streams and is being removed from browsers (already gone in Safari).

Tests: web-platform-tests/wpt#10515.

Fixes #380.
annevk added a commit that referenced this issue Apr 24, 2018
This feature was removed in 2013 from Media Capture and Streams and is being removed from browsers (already gone in Safari).

Tests: web-platform-tests/wpt#10515.

Fixes #380.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant