Closed yiwiz-sai closed 4 years ago
async check_callback(...){ return false; }
check_callback can not prevent any operation if add "async"
Yes, the places which rely on this function do not work with promises - they need the return value of the function.
check_callback can not prevent any operation if add "async"