- From: guest271314 via GitHub <sysbot+gh@w3.org>
- Date: Tue, 14 Jan 2020 18:30:18 +0000
- To: public-webrtc-logs@w3.org
The result of this code is inconsistent at Chromium 81 and Nightly 74 ``` const canvas = document.createElement("canvas"); const stream = canvas.captureStream(); ``` Chromium does not throw an exception, Nightly does ``` [Exception... "Component not initialized" nsresult: "0xc1f30001 (NS_ERROR_NOT_INITIALIZED)" location: "JS frame :: debugger eval code :: <TOP_LEVEL> :: line 2" data: no] ``` -- GitHub Notification of comment by guest271314 Please view or discuss this issue at https://github.com/w3c/mediacapture-fromelement/issues/84#issuecomment-574310311 using your GitHub account
Received on Tuesday, 14 January 2020 18:30:19 UTC