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

Dropping old IEs #162

Open
wants to merge 10 commits into
base: v3development
Choose a base branch
from
Open

Dropping old IEs #162

wants to merge 10 commits into from

Commits on Mar 24, 2017

  1. Configuration menu
    Copy the full SHA
    02352e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e8eb3c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2017

  1. Configuration menu
    Copy the full SHA
    d497b58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef01e83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae54268 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Configuration menu
    Copy the full SHA
    6f825fc View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. Configuration menu
    Copy the full SHA
    3503d45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed98112 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Configuration menu
    Copy the full SHA
    62495d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Finnp patch 1 - Handle error events correctly (#164)

    * Handle error events correctly
    
    The `onerror` and `ontimeout` handler are not calling back with errors but with error events (without any messages). Therefore the `errorFunc` is wrapping them as `Error: [ProgressEvent object]`. 
    
    Here's my quick proposal on how to fix this. Just pass generic error messages to the `errorFunc`, then there will be no case where the error needs to be constructed there.
    
    * fix error messages for tests
    
    * remove new keywords and use .bind
    naugtur committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    bb0ee82 View commit details
    Browse the repository at this point in the history