HotReload

com.alecdorrington.client.dev.HotReload
object HotReload

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HotReload.type

Members list

Value members

Concrete methods

def enable(): Unit

Initialise automatic reloading. When the server is restarted (detected through WebSocket disconnection), the client will repeatedly attempt to reconnect until it is successful. For use during development.

Initialise automatic reloading. When the server is restarted (detected through WebSocket disconnection), the client will repeatedly attempt to reconnect until it is successful. For use during development.

Attributes