W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > January 2020

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

From: guest271314 via GitHub <sysbot+gh@w3.org>
Date: Tue, 14 Jan 2020 18:32:38 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issue_comment.created-574311203-1579026756-sysbot+gh@w3.org>
In fact this code throws an exception at Nightly

```
const canvas = document.createElement("canvas");
const offscreen = canvas.transferControlToOffscreen();
```
```
[Exception... "Method not implemented"  nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)"  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-574311203 using your GitHub account
Received on Tuesday, 14 January 2020 18:32:39 UTC

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:49 UTC