Skip to main content

cancel

BFChainEventUpdateControllerLess than 1 minute

This event is triggered when the download is canceled.

Example

import { updateControllerPlugin } from "@plaoc/plugins";
const updateContoller = updateControllerPlugin.listen;
updateContoller.addEventListener("cancel", (event) => {
  console.log("updateContoller cancel =>", event);
});
Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.15.7