Event Utils
Functions
Link copied to clipboard
在 channel 发布全局 Event, 其他 origin 通过 subscribeGlobally 注册事件处理器在 channel 相同的情况下都会执行.
Link copied to clipboard
在 channel 发布本地 Event, 只有同一个 origin 通过 subscribeLocally 注册事件处理器在 channel 相同的情况下才会执行.
Link copied to clipboard
在 channel 订阅全局 Event, 可以接收来自 publishGlobally 发布的 Event
Link copied to clipboard
在 channel 订阅本地 Event, 可以接收来自 publishLocally 发布的 Event
Link copied to clipboard
Link copied to clipboard