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

Deprecate all the things! #6368

Merged
merged 2 commits into from
Mar 27, 2018
Merged

Deprecate all the things! #6368

merged 2 commits into from
Mar 27, 2018

Commits on Mar 24, 2018

  1. Deprecate all the things!

    Remove `loadArrayBuffer`, `loadBlob`, `loadImage`, `loadJson`, `loadJsonp`,
    `loadText`, `loadXML` and `loadWithXhr` have been removed. Please use the
    equivalent `fetch` functions on the `Resource` class.
    
    Remove `proxy`, `headers` and `query` parameters from all the fuctions
    that take a `Resource`.
    
    Fixes #6119
    mramato committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    dfef80b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f12386 View commit details
    Browse the repository at this point in the history