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

Implement XmlHttpRequestBase#getAllResponseHeaders and getResponseHeader #892

Closed
wants to merge 1 commit into from

Commits on Apr 17, 2015

  1. Implement XmlHttpRequestBase#getAllResponseHeaders and getResponseHeader

    Used facebook#382 as inspiration
    but modified to return null instead of undefined as per the spec at
    https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest
    
    This unblocks use of Dropbox.js within a react-native app, as well
    as any other libraries that make use of these methods in XHR usage
    joshzana committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    c0ef2d7 View commit details
    Browse the repository at this point in the history