hyperstack-org/hyperstack
Ver no GitHub`Object#loaded?` and `Object#unloaded?` should be defined on the server
Open
#320 aberto em 19 de out. de 2020
enhancementgood first issue
Métricas do repositório
- Stars
- (531 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
These methods are only useful on the client, but for isomorphic methods they should be also defined on the server. On the server loaded? should always return true, and unloaded? always returns false.