-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: implement OffscreenCanvas.convertToBlob
#2127
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!! Left som small comments to address
Could you add a line in the changelog file as well?
bump |
Sorry for the delay on this, could you add a line to the changelog please? 🙏 |
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat 👍
ef2f181
to
329ee9a
Compare
(Windows tests are failing, testing rebasing on lastest |
The failed test is unrelated to this PR. maybe this can be merged anyway?
|
64ed3d8
to
ff0f2ab
Compare
This new feature would require ppl to use NodeJS v18 but it's not required.
ppl could also polyfill Blob themself it they wanted to use it.
closes #1845