kou commented on issue #37357: URL: https://github.com/apache/arrow/issues/37357#issuecomment-1692593618
If we want to disable caching, we can use `fetch()`'s `cache: "no-cache"` option: https://developer.mozilla.org/en-US/docs/Web/API/fetch Note that we're using jQuery's `$.getJSON()` not `fetch()`: https://github.com/apache/arrow/blob/c9275200081ee8b245c974e0cbe854df5ab1e3c0/docs/source/_static/versionwarning.js#L21 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
