@azure/core-amqp
Version:
Common library for amqp based azure sdks like @azure/event-hubs.
10 lines • 301 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/**
* Checks whether a network connection is detected.
* @internal
*/
export function checkNetworkConnection() {
return Promise.resolve(self.navigator.onLine);
}
//# sourceMappingURL=checkNetworkConnection.common.js.map