addyosmani / addyosmani/getUserMedia.js

demo.js assumes that unprefixed MediaStream is Firefox-only

未關閉
#63 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
JavaScript
星號
901
分支
155
PR 合併指標
30 天內沒有已合併 PR

描述

https://github.com/addyosmani/getUserMedia.js/blob/a0f839a214f1143a66b44410804fbb1c1e712158/face-detection-demo/js/demo.js#L124

This code uses `(typeof MediaStream !== "undefined" && MediaStream !== null) && stream instanceof MediaStream` as the guard for a Firefox-only code path, where either `video.mozSrcObject` must be supported or one must support assigning a MediaStream instance to `video.src`. Neither on a path to standardization, only `srcObject` is.

This has broken the demo in Chrome 55, where I exposed the unprefixed MediaStream interface:
https://bugs.chromium.org/p/chromium/issues/detail?id=674608
https://bugs.chromium.org/p/chromium/issues/detail?id=649331

@alvestrand @henbos @guidou FYI

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。