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

Allow custom creation of response object #1639

Closed
wants to merge 7 commits into from

Commits on Feb 24, 2015

  1. Loader: url selection bug-fix

    - Fixes a small bug with URL selection
    pnstickne committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    c4effbb View commit details
    Browse the repository at this point in the history
  2. Loader: added onCreateRequest

    - Semi-universal method of allow user code to perform "advanced"
      request configutation such as adding additional headers to XHR.
    
    - Also works with images and audio
    pnstickne committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    2ec2f1d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2015

  1. Configuration menu
    Copy the full SHA
    2ded91e View commit details
    Browse the repository at this point in the history
  2. Loader: bugfix and update

    - Fixed bug that could cause a TypeError (thanks XDR :>)
    
    - Made createXMLHttpRequest more friendly for consumers of the
      onCreateRequest
    
    - Renamed onCreateRequest to onCreatingRequest
    pnstickne committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    4162b8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d0a5f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f63799b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2015

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