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

fixed abort pending request of internetReachability #700

Merged
merged 3 commits into from
Nov 29, 2023

Commits on Nov 28, 2023

  1. fixed abort pending request of internetReachability

    AbortController.abort() throws DOMException with name AbortError. This exception rejects promise with reason declared in abort function attribute.
    gizomo committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3d49394 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from gizomo/fixed-abort-internet-reachability

    fixed abort pending request of internetReachability
    gizomo committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f2bee54 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Update internetReachability.ts

    gizomo committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3bd0277 View commit details
    Browse the repository at this point in the history