Skip to content
New issue

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

Redirect OffscreenCanvas.toBlob to OffscreenCanvas.convertToBlob #5590

Merged
merged 1 commit into from
Jun 2, 2021

Conversation

teoli2003
Copy link
Contributor

What page(s) did you find the problem on?

https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas/convertToBlob
https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas/toBlob

What is the problem?

The initial spec proposal was toBlob and implemented as such by Mozilla. The current proposal is convertToBlob and implemented by the others.

There are two pages, copies of each other. Both are pointing to the sameBCD

What did you expect to see?

toBlob should redirect to convertToBlob

Issue number (if there is an associated issue)
Fix #5567.
(part of the openwebdocs/project#36 meta-bug)

Anything else that could help us review it
I performed these two commands:
yarn content delete Web/API//OffscreenCanvas/toBlob
followed by
yarn content add-redirect /en-US/docs/Web/API/OffscreenCanvas/toBlob /en-US/docs/Web/API/OffscreenCanvas/convertToBlob

@teoli2003 teoli2003 requested review from a team as code owners June 2, 2021 14:43
@teoli2003 teoli2003 requested review from Rumyra and removed request for a team June 2, 2021 14:43
@sideshowbarker sideshowbarker merged commit 6153887 into mdn:main Jun 2, 2021
@teoli2003 teoli2003 deleted the redirect-offscreencanvas.toBlob branch June 2, 2021 17:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Content bug: OffscreenCanvas.toBlob and OffscreenCanvas.convertToBlob are copies of each other
2 participants