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

Flesh out the URL polyfill a bit more #22901

Closed
wants to merge 5 commits into from

Commits on Jan 8, 2019

  1. Flesh out the URL polyfill a bit more so apollo-server can run in Rea…

    …ct Native contexts. Add explicit-fail getters so undefined values won't get generated from the otherwise missing implemenation.
    matthargett committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    9a5768f View commit details
    Browse the repository at this point in the history
  2. Disable flow for URL.js now that it uses Symbol.iterator(), which flo…

    …w does not support. flow isn't enabled in the in-tree whatwg-fetch either, which also uses Symbol.iterator.
    matthargett committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    f129016 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c99604e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01cd2e0 View commit details
    Browse the repository at this point in the history
  5. Remove public symbols not part of URL w3c wpec. Alpha-sort methods, b…

    …ring static methods to top of class. Change XML quoting back to original.
    matthargett committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    19de710 View commit details
    Browse the repository at this point in the history