You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it would be useful to do a pull request implementing a version of the geocode call accepting an AbortSignal?
We use it to cancel requests that have not completed yet, for example when the user does a new search before the previous result is available. This improves performance and stops useless requests from being sent and then ignored.
The text was updated successfully, but these errors were encountered:
I was wondering if it would be useful to do a pull request implementing a version of the geocode call accepting an AbortSignal?
We use it to cancel requests that have not completed yet, for example when the user does a new search before the previous result is available. This improves performance and stops useless requests from being sent and then ignored.
The text was updated successfully, but these errors were encountered: