@azure/core-lro
Advanced tools
Comparing version 1.0.2-dev.20200312.1 to 1.0.2-dev.20200324.1
@@ -6,3 +6,3 @@ /*! | ||
* | ||
* Azure Core LRO SDK for JavaScript - 1.0.2-dev.20200312.1 | ||
* Azure Core LRO SDK for JavaScript - 1.0.2-dev.20200324.1 | ||
*/ | ||
@@ -9,0 +9,0 @@ 'use strict'; |
@@ -9,3 +9,3 @@ { | ||
"sdk-type": "client", | ||
"version": "1.0.2-dev.20200312.1", | ||
"version": "1.0.2-dev.20200324.1", | ||
"description": "LRO Polling strtegy for the Azure SDK in TypeScript", | ||
@@ -12,0 +12,0 @@ "tags": [ |
@@ -38,3 +38,3 @@ # Azure Core LRO client library for JavaScript | ||
The definition of the operation will also have functions that will define how to request new information | ||
about the pending operetion, how to request its cancelation, and how to serialize it. | ||
about the pending operation, how to request its cancellation, and how to serialize it. | ||
- A **Poller** is an object who's main function is to interact with an operation until the poller is manually stopped, | ||
@@ -125,3 +125,3 @@ the operation finishes (either by succeeding or failing) or if a manual request to cancel the operation has succeeded. | ||
It optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/67a8f821ee9ba2ab5efecce700decd2207f5033d/sdk/core/abort-controller)'s `AbortSignalLike`. | ||
It optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/86a15aeaac17d9a7ee43e3ecab1a051d13be9302/sdk/core/abort-controller)'s `AbortSignalLike`. | ||
@@ -166,3 +166,3 @@ A more advanced use allows passing in a `fireProgress` function, which, if called, is responsible for triggering the | ||
It only optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/67a8f821ee9ba2ab5efecce700decd2207f5033d/sdk/core/abort-controller)'s `AbortSignalLike`. | ||
It only optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/86a15aeaac17d9a7ee43e3ecab1a051d13be9302/sdk/core/abort-controller)'s `AbortSignalLike`. | ||
@@ -358,3 +358,3 @@ It returns a promise that should be resolved with an updated version of the poller's operation. | ||
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/67a8f821ee9ba2ab5efecce700decd2207f5033d/sdk/core/core-lro/samples) directory for detailed examples on how to use this library. | ||
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/86a15aeaac17d9a7ee43e3ecab1a051d13be9302/sdk/core/core-lro/samples) directory for detailed examples on how to use this library. | ||
@@ -361,0 +361,0 @@ ## Contributing |
230750