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

Make fetch() use "same-origin" credentials by default #585

Merged
merged 1 commit into from
Apr 20, 2018

Commits on Aug 25, 2017

  1. Make fetch() use "same-origin" credentials by default

    Most features in the platform have this default and not having this default causes multiple connections in contemporary implementations. It also causes confusion as switching from XMLHttpRequest to fetch() is not as seamless as it could be.
    
    Making this change will also make it easier for <script type=module> to have this default as per discussion in whatwg/html#2557.
    annevk committed Aug 25, 2017
    1 Configuration menu
    Copy the full SHA
    5550bf9 View commit details
    Browse the repository at this point in the history