WebClient
WebClient is the model for a Web browser. It is a subclass of
HyperApp, which is an abstract class for
hypertext applications.The major difference between WebClient and HyperApp
are:
- WebClient has a WebCache for images and files.
- WebClient has a Command [Ralph's book]
object for a more flexible GUI actions.