pepegar / hammock

Purely functional HTTP client
https://hammock.pepegar.com/
MIT License
176 stars 20 forks source link

drop scalajs support #341

Open pepegar opened 3 years ago

pepegar commented 3 years ago

The way the library is built, there are two big stoppers to keep supporting scalajs:

I myself don't use scalajs, and I think the library doesn't have a lot of users. If anyone wants to keep supporting scalajs, I'm more than happy to guide and accept new contributors.

antonkulaga commented 3 years ago

@pepegar one of the reasons I used your library was cross-building to scala.js, I probably have to migrate now

pepegar commented 3 years ago

The real problematic part is node. Do you use the library in browser apps or in node apps?