Thanks to visit codestin.com
Credit goes to github.com

Skip to content

createObjectURL() has been depreceated. #239

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

Merged
merged 2 commits into from
Sep 24, 2018
Merged

createObjectURL() has been depreceated. #239

merged 2 commits into from
Sep 24, 2018

Conversation

sxnaprkhr
Copy link
Contributor

Replaced createObjectURL() with newer syntax.

Well, if this PR is merged, it may be slightly different(only a single line) from the videos as createObjectURL() has been deprecated by major browsers. Just alerting @wesbos and others if not aware.

replaced createObjectURL() with newer syntax.
// DEPRECIATION :
// The following has been depreceated by major browsers.
// video.src = window.URL.createObjectURL(localMediaStream);
// Please refer to this:
Copy link
Collaborator

@palashmon palashmon Sep 16, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thanks for your contribution. But I think you forgot to add the link in comments which one can refer to for further information about createObjectURL depreciation.

Regards!

@sxnaprkhr
Copy link
Contributor Author

Thanks, @palashmon. Updated with the relevant links.

@palashmon
Copy link
Collaborator

Awesome!

@wesbos wesbos merged commit daa897a into wesbos:master Sep 24, 2018
@wesbos
Copy link
Owner

wesbos commented Sep 24, 2018

thank you - I like how you added the comment in so it doesn't kill the video :D

@sxnaprkhr sxnaprkhr deleted the patch-1 branch September 24, 2018 14:36
cbtsao47 pushed a commit to cbtsao47/JavaScript30 that referenced this pull request Nov 23, 2018
createObjectURL() has been depreceated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants