hyperstack-org/hyperstack

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

Open

#320 建立於 2020年10月19日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (531 star) (43 fork)batch import
enhancementgood first issue

描述

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.

貢獻者指南

`Object#loaded?` and `Object#unloaded?` should be defined on the server · hyperstack-org/hyperstack#320 | Good First Issue