Downloader

net.reactivecore.cjs.resolver.Downloader
See theDownloader companion object
trait Downloader[F[_]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def loadJson(url: String): F[Json]

Load the content of the given URL.

Load the content of the given URL.

Attributes