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

Determine fetch and FormData implementations at runtime #184

Merged
merged 2 commits into from
Mar 30, 2020

Commits on Mar 17, 2020

  1. check for polyfill at runtime

    With this change, polyfills for fetch/FormData are only necessary when actually using the required functionality.
    
    For example, in a SSR app, a fetch polyfill such as cross-fetch must be installed only if the server sends queries. Similarly, a  FormData polyfill is only necessary if the server actually sends a multipart request.
    yaacovCR committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    2fd1fb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Update the changelog.

    jaydenseric committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    10c90c1 View commit details
    Browse the repository at this point in the history