We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the sequence canvas.transferControlToOffscreen() followed by canvas.captureStream() specified?
canvas.transferControlToOffscreen()
canvas.captureStream()
The text was updated successfully, but these errors were encountered:
Bug 1888634 - Disallow captureStream with canvas transferred to DOM w…
8c7ef92
…orker. r=gfx-reviewers,lsalzman This behaviour has yet to be defined by the spec and/or WPT, see: w3c/mediacapture-fromelement#65 w3c/mediacapture-extensions#26 web-platform-tests/wpt#21102 Differential Revision: https://phabricator.services.mozilla.com/D207582
467baa2
73aa2d6
…orker. This behaviour has yet to be defined by the spec and/or WPT, see: w3c/mediacapture-fromelement#65 w3c/mediacapture-extensions#26 web-platform-tests/wpt#21102 Differential Revision: https://phabricator.services.mozilla.com/D207582
No branches or pull requests
Is the sequence
canvas.transferControlToOffscreen()
followed bycanvas.captureStream()
specified?The text was updated successfully, but these errors were encountered: