跳至主要內容

start

BFChainEventUpdateController小于 1 分钟

当下载开始的时候会触发这个事件。

示例

import { updateControllerPlugin } from "@plaoc/plugins";
const updateContoller = updateControllerPlugin.listen;
updateContoller.addEventListener("start", (event) => {
  console.log("updateContoller start =>", event);
});
评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.7