hyperstack-org/hyperstack

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

Open

#320 aperta il 19 ott 2020

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (43 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (531 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor