We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sandbox 只实现核心的声明周期,以及通用工具(比如托管一个回调,以及不同的托管策略)。具体的 API 采取动态注册的方式,有利于后续维护和新增 API。
defineProperty
addEventListener
removeEventListener
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sandbox 只实现核心的声明周期,以及通用工具(比如托管一个回调,以及不同的托管策略)。具体的 API 采取动态注册的方式,有利于后续维护和新增 API。
defineProperty
。addEventListener
和removeEventListener
�需要共享事件处理器。The text was updated successfully, but these errors were encountered: