Module yew::services

source ·
Expand description

This module is a container of servies to interact with the external resources.

It carries a similar role as subscriptions in Elm, but can be used directly from the update method.

Modules

This module contains a service implementation to use browser’s console.
This module contains the implementation of a service to show alerts and confirm dialogs in a browser.
Service to send HTTP-request to a server.
This module contains the implementation of a service for periodic sending messages to a loop.
This module contains the implementation of a service to use local and session storage of a browser.
This module contains the implementation of a service to send a messages when timeout elapsed.
Service to connect to a servers by WebSocket Protocol.

Traits

An universal task of a service. It have to be canceled when dropped.