mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Implement navigator.clipboard.write
This commit is contained in:
parent
a1985e57e7
commit
a4e9a27343
Notes:
github-actions[bot]
2025-05-02 21:47:22 +00:00
Author: https://github.com/trflynn89
Commit: a4e9a27343
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4548
Reviewed-by: https://github.com/shannonbooth
4 changed files with 150 additions and 3 deletions
|
@ -25,6 +25,7 @@ public:
|
|||
|
||||
GC::Ref<WebIDL::Promise> read_text();
|
||||
|
||||
GC::Ref<WebIDL::Promise> write(GC::RootVector<GC::Root<ClipboardItem>>&);
|
||||
GC::Ref<WebIDL::Promise> write_text(String);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue