Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3f7116 + 0caf831 commit 7068292Copy full SHA for 7068292
19 - Webcam Fun/scripts-FINISHED.js
@@ -13,7 +13,7 @@ function getVideo() {
13
// The following has been depreceated by major browsers as of Chrome and Firefox.
14
// video.src = window.URL.createObjectURL(localMediaStream);
15
// Please refer to these:
16
-// Depreceated - https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL
+// Deprecated - https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL
17
// Newer Syntax - https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/srcObject
18
19
video.srcObject = localMediaStream;
0 commit comments