hyperstack-org/hyperstack

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

Open

#320 opened on 2020年10月19日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)JavaScript (43 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (531 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド