UNPKG

@azure/msal-browser

Version:
12 lines (10 loc) 372 B
/*! @azure/msal-browser v5.10.1 2026-05-11 */ 'use strict'; /* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ const NoNetworkConnectivity = "no_network_connectivity"; const FailedSendRequest = "failed_send_request"; export { FailedSendRequest, NoNetworkConnectivity }; //# sourceMappingURL=HttpErrorCodes.mjs.map