Yao Zhao

Results 91 issues of Yao Zhao

Standard web component has 3 key lifecycle point: create(constructor), connected, disconnected. This is because an element may be remove from dom and added back again and again. With these hooks,...

after exist all previous work is gone. can you support some feature to save the context?

enhancement
plugin

Cote is great, but the communications are enclosed in its own system. Other apps of different framework or language are difficult to chat with them. Is there or planning to...

new feature
help wanted

## Bug description Documents said, if return `false` from `onShow`, the showing will be cancelled, but if return `false` from the `onShow` of a plugin, it will not work. see...

📄 docs

![image](https://user-images.githubusercontent.com/3808838/84746342-6598af00-afe8-11ea-804b-aef1d0720972.png)

Noticed it support phpstorm, does it support webstorm too?

In this mechanism, every server will hold a copy of data of login users, will this be a problem if there are too many people online?

This lib has not released a minor version yet, so we have the risk of suffering a breaking change. Do you have a plan to release a minor/major version and...

```ts // by @金鑫 type Ensure = X extends Y ? X : never; type SafeKey = T extends string | number ? `${T}` : never; type SafeValue = K...

enhancement
help wanted