hyperstack-org/hyperstack

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

Open

#320 创建于 2020年10月19日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (43 fork)batch import
enhancementgood first issue

仓库指标

Star
 (531 star)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南