hyperstack-org/hyperstack

`Object#loaded?` and `Object#unloaded?` should be defined on the server

Open

#320 ouverte le 19 oct. 2020

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)JavaScript (43 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (531 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur