Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
D. Galeazzo committed Dec 12, 2019
1 parent b3f1c33 commit d141577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ let wmsLayer: L.TileLayer.WMSHeader = L.TileLayer.wmsHeader(

### Abort parameter

Abort parameter allow to abort the http request through a Promise. This optimization function might be usefull to stop the http request when it is not necessary anymore, mostly if many requests are pending.
Abort parameter allow to abort the http request through an Observable. This optimization function might be usefull to stop the http request when it is not necessary anymore, mostly if many requests are pending. An example is provided on /tests/system-tests.html .

See below an example using an Observable as "abort" parameter.

Expand Down

0 comments on commit d141577

Please sign in to comment.