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 method to check whether client .well-known has been fetched #1444

Merged
merged 3 commits into from
Aug 24, 2020

Commits on Aug 19, 2020

  1. Add method to check whether client .well-known has been fetched

    This allows clearly detecting whether we have _ever_ fetched .well-known at all.
    Without this, it's hard to be sure whether the value is `undefined` because the
    fetch has not been attempted yet or because an error occurred.
    jryans committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    d7c8856 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Switch to promise-based API

    jryans committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    41fffa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743f246 View commit details
    Browse the repository at this point in the history