hyperstack-org/hyperstack

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

Open

#320 geöffnet am 19. Okt. 2020

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (531 Stars) (43 Forks)batch import
enhancementgood first issue

Beschreibung

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.

Contributor Guide