Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support abort API #592

Merged
merged 27 commits into from May 23, 2018
Merged

Support abort API #592

merged 27 commits into from May 23, 2018

Commits on Dec 7, 2017

  1. Support abort API

    jamesplease committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    93e9cec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53565c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a7d232 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd5c261 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Configuration menu
    Copy the full SHA
    318e95f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e1b651 View commit details
    Browse the repository at this point in the history
  3. Remove some semicolons

    jamesplease committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    d47f6c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Configuration menu
    Copy the full SHA
    529c9fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ba0cdb View commit details
    Browse the repository at this point in the history
  3. Polyfill DOMException

    In PhantomJS, DOMException exists but is not a constructor.
    mislav committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    074c89e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b832229 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6aff30 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Clear event listener for all xhr completion status.

    Signed-off-by: João Vieira <joaoguerravieira@gmail.com>
    joaovieira committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    d9aa590 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from joaovieira/abort-polyfill

    Clear abort event listener for all xhr completion states.
    joaovieira committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    886a076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f9a00f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Configuration menu
    Copy the full SHA
    bab0f3d View commit details
    Browse the repository at this point in the history
  2. Split EventTarget and AbortSignal polyfills.

    Signed-off-by: João Vieira <joaoguerravieira@gmail.com>
    joaovieira committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    0bed2ba View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from joaovieira/abort-polyfill

    Test signal reuse. Add AbortSignal polyfill.
    joaovieira committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    66ed8ba View commit details
    Browse the repository at this point in the history
  4. Add tests with signal within Request object.

    Signed-off-by: João Vieira <joaoguerravieira@gmail.com>
    joaovieira committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    738d51a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f778f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0e24f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Configuration menu
    Copy the full SHA
    36bf692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f6b8d2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Configuration menu
    Copy the full SHA
    c31fca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f035860 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bd7f22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c873843 View commit details
    Browse the repository at this point in the history