abortJavaScriptAbortMediumHow do you cancel an in-flight fetch request?1Pass an AbortController's signal to fetch and call controller.abort()2Call fetch.cancel()3Return false from .then()4Set a timeout on the promiseBack to list