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

Add the append method for the Headers API #12467

Merged
merged 4 commits into from Jul 20, 2016
Merged

Commits on Jul 19, 2016

  1. Add the append method for the Headers API for the Fetch API

    This commit will add the append method and associated helper functions, and introduce any necessary changes for it.
    jeenalee committed Jul 19, 2016
  2. makes XMLHttpRequest::SetRequestHeader call dom::headers::is_forbidde…

    …n_header_name
    malisas committed Jul 19, 2016

Commits on Jul 20, 2016

  1. Small changes to Headers.webidl and headers.rs

    Expose the Headers interface to the Window scope and to Workers
    Move Append function inside HeadersMethods trait
    malisas committed Jul 20, 2016
You can’t perform that action at this time.