cancel
EventUpdateControllerLess 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);
});
Powered by Waline v2.15.7