mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
LibWeb: Implement the ClipboardItem API
Spec: https://w3c.github.io/clipboard-apis/#clipboard-item-interface
This commit is contained in:
parent
bdd6729d78
commit
b3edbd7bf2
Notes:
github-actions[bot]
2024-12-20 15:30:21 +00:00
Author: https://github.com/F3n67u
Commit: b3edbd7bf2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2664
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/tcl3 ✅
12 changed files with 484 additions and 0 deletions
|
@ -84,6 +84,7 @@ enum class XMLHttpRequestResponseType;
|
|||
|
||||
namespace Web::Clipboard {
|
||||
class Clipboard;
|
||||
class ClipboardItem;
|
||||
}
|
||||
|
||||
namespace Web::Compression {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue