UNPKG

oidc-client-rx

Version:

ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications

9 lines 332 B
/** * checks if the error is a network error * by checking if either internal error is a ProgressEvent with type error * or another error with status 0 * @param error * @returns true if the error is a network error */ export declare const isNetworkError: (error: unknown) => boolean; //# sourceMappingURL=error-helper.d.ts.map