Re: [mediacapture-fromelement] The sequence canvas.transferControlToOffscreen() followed by canvas.captureStream() does not appear to be specified (#84)

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