Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

add support for signal request option #399

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 31, 2018

  1. add support for signal request option fixes dojo#390

    add support for a signal: AbortSignal property in the request options
    When provided, the request can be aborted by calling the
    AbortController#abort method, similar to the fetch API
    nicknisi committed May 31, 2018
    Configuration menu
    Copy the full SHA
    19aaedc View commit details
    Browse the repository at this point in the history
  2. update to reject with AbortError over canceling

    When abort is triggered, update the request Task to reject with a
    AbortError instead of canceling the Task. Tasks can still be canceled
    with the .cancel method.
    nicknisi committed May 31, 2018
    Configuration menu
    Copy the full SHA
    b0410d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b63751 View commit details
    Browse the repository at this point in the history