mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
async clipboard: implement writeText
(#36498)
Implement enough of the Clipboard API to have a working `writeText`. Testing: Unfortunately many clipboard-apis tests require testdriver, so only idlharness ones will pass now. --------- Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
This commit is contained in:
parent
c6dc7c83a8
commit
2bab5d8d52
11 changed files with 173 additions and 41 deletions
|
@ -250,6 +250,7 @@ pub(crate) mod channelmergernode;
|
|||
pub(crate) mod channelsplitternode;
|
||||
pub(crate) mod characterdata;
|
||||
pub(crate) mod client;
|
||||
pub(crate) mod clipboard;
|
||||
pub(crate) mod clipboardevent;
|
||||
pub(crate) mod clipboarditem;
|
||||
pub(crate) mod closeevent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue