A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object.
Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise.
Throws this AbortSignal's abort reason, if its AbortController has signaled to abort; otherwise, does nothing.
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/AbortSignal