Pinned Loading
-
-
-
-
-
remotedata.ts
remotedata.ts 1abstract class RemoteDataState {
2public readonly isSuccess: boolean = false;
3public readonly isFailure: boolean = false;
4public readonly isLoading: boolean = false;
5public readonly isNotAsked: boolean = false;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.