JavaScript AbortController : Object
Allows canceling some asynchronous operations. For example, pass 
  
  
  
    
    this.signal to the Request constructor to allow canceling fetch() operations.
      Copyright © PUBLIC Contributors