-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asynchronous HTTP 202 + user cancellation #3037
base: terriajs7
Are you sure you want to change the base?
Asynchronous HTTP 202 + user cancellation #3037
Conversation
cahnges in master release v6.0.5 are really important!!
…nCatalogFunction uses a request and a listener for ResultPendingCatalogItem.isEnabled to cancel an HTTP 202 asynchronous request
Thanks @Jason-DNetto! Can I bug you to make this a PR into the |
|
Instantiating the cesium Request object in TerriaJsonCatalogItem and passing it down through to cesium Resource objects, so that the user clicking 'Remove' on the ResultPendingCatalogItem cancels the Request in the request object and stops creating xhr calls.