Closed crofty closed 1 year ago
It should be supported, but isn't regularly tested. https://github.com/juxt/clip/blob/master/src/juxt/clip/impl/core.cljc#L154 is definitely not right, that's going to be java only.
Should it be js/Object
in JavaScript?
Clip is a library for working with the clipboard on the client-side, specifically in web browsers. It is not designed to work with Node.js, as Node.js does not have access to the clipboard. Instead, you should look for a Node.js library that provides similar functionality for working with the clipboard on the server-side.
Should be fixed in 0.28.0, enjoy!
Great. Thank you!
Hi. Is Clip expected to work with nodejs? I'm trying to include clip in a project, compiled with shadow-cljs, targeting a node-script, and I'm getting the following error when I add the clip require:
It looks like it's failing at this part of the code.
Is it expected to work on nodejs or is that unsupported?