跳至主要內容

end

BFChainEventUpdateController小于 1 分钟

当下载结束的时候会触发这个事件。

示例

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