Clipboard
Use the clipboard
goshs is providing a non-persistent clipboard that is synchronized via a websocket connection throughout all browsers visiting the goshs page.
The clipboard can be cleared and can be downloaded in json format.
[
{
"ID": 0,
"Content": "This is a test",
"Time": "Wed May 31 16:03:26 2023"
},
{
"ID": 1,
"Content": "goshs is awesome",
"Time": "Wed May 31 16:03:30 2023"
}
]