mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
LibWeb: Implement HTMLCanvasElement.toBlob()
This commit is contained in:
parent
3239f0fb7b
commit
b731705fec
Notes:
sideshowbarker
2024-07-17 03:51:15 +09:00
Author: https://github.com/krkk
Commit: b731705fec
Pull-request: https://github.com/SerenityOS/serenity/pull/20341
Reviewed-by: https://github.com/kennethmyhra
4 changed files with 52 additions and 1 deletions
|
@ -34,6 +34,7 @@ public:
|
|||
WebIDL::ExceptionOr<void> set_height(unsigned);
|
||||
|
||||
DeprecatedString to_data_url(DeprecatedString const& type, Optional<double> quality) const;
|
||||
WebIDL::ExceptionOr<void> to_blob(JS::NonnullGCPtr<WebIDL::CallbackType> callback, DeprecatedString const& type, Optional<double> quality);
|
||||
|
||||
void present();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue