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

This logs `OffscreenCanvas` and `MediaStream` instances at Chromium 81

```
    const canvas = document.querySelector("canvas");
    const offscreen = canvas.transferControlToOffscreen();
    const stream = canvas.captureStream();
    console.log(offscreen, stream);
```

throws an exception 

`NS_ERROR_NOT_IMPLEMENTED`

at Nightly 74.

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/mediacapture-fromelement/issues/84#issuecomment-574302723 using your GitHub account

Received on Tuesday, 14 January 2020 18:11:01 UTC