LoadJs

object LoadJs

Allows for loading resources after the page has been rendered, uses loadjs (https://github.com/muicss/loadjs).

This allows resource-heavy pages to load quickly and render "Loading" to the user, before loading and parsing all the resources and initialising the SPA.

Usage: Create a LoadJs.Bundle and pass it to EntrypointInvoker.

class Object
trait Matchable
class Any

Type members

Classlikes

object Bundle
Companion
class
final class Bundle(resources: Iterable[Resource])
Companion
object
final class Resource(val href: String, val integrity: Option[String])
Companion
object
object Resource
Companion
class